Computer Science
Fill in the blanks:
A tuple can store values of _________ data types.
Python Tuples
2 Likes
Answer
all
Answered By
3 Likes
Related Questions
Which of the below given functions cannot be used with nested tuples ?
- index( )
- count( )
- max( )
- sum( )
Fill in the blanks:
Tuples are _________ data types of Python.
Fill in the blanks:
The _________ operator used with two tuples, gives a concatenated tuple.
Fill in the blanks:
The _________ operator used with a tuple and an integer, gives a replicated tuple.