True / False For Tuples Class 11 Computer Science (CS)



1. Tuples in Python are mutable.

2. The elements in a tuple can be deleted.

3. A Tuple can store elements of different types.

4. A tuple cannot store other tuples in it.

5. A tuple storing other tuples in it is called a nested tuple.

6. A tuple element inside another element is considered a single element.

7. A tuple cannot have negative indexing.

8. With tuple(), the argument passed must be of a sequence type.

9. All tuple functions work identically with nested tuples.

10. Functions max() and min() work with all types of nested tuples.


Answer :-

1. False
2. False
3. True
4. False
5. True
6. True
7. False
8. True
9. False
10. False

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post