Robotics & Artificial Intelligence
To print an individual item of the tuple, you need to specify the ……………. value of the item inside the square brackets.
- Order
- Index
- Zero
- Negative
Python Tuples
3 Likes
Answer
Index
Reason — To access or print an individual element of a tuple, its index value is specified inside square brackets.
Answered By
1 Like
Related Questions
A list created within another list is called a ………….. .
- Substring
- Sub
- Nested list
- Tuple
The …………… function in Python is used to add elements to an empty list.
- add()
- append()
- concatenate()
- fill()
The …………… keyword is used to print the list elements in descending order.
- Sort
- Index
- Descend
- Reverse
Tuples are …………… objects.
- Mutable
- Immutable
- Non-static
- Infinite