Home »
Python »
Python Tuples MCQs
To access the element of a tuple through indexing which symbol is used?
11. To access the element of a tuple through indexing which symbol is used?
- {}
- []
- ()
- None
Answer: B) []
Explanation:
To access the elements of a tuple through indexing we have to use square brackets [].