Home »
Python »
Python Tuples MCQs
What do you mean by python tuples?
1. What do you mean by python tuples?
- An immutable type of data type which can store anything
- A mutable type of data type which can only store string
- An immutable type of data type which can store only stored string
- A mutable type of data type which can only store numbers
Answer: A) An immutable type of data type which can store anything.
Explanation:
A tuple is the immutable nature of data type which can store anything i.e., numbers, strings, characters, etc.