Computer Science
Fill in the blanks:
The _________ operator used with two tuples, gives a concatenated tuple.
Python Tuples
2 Likes
Answer
+
Answered By
3 Likes
Related Questions
Fill in the blanks:
Tuples are _________ data types of Python.
Fill in the blanks:
A tuple can store values of _________ data types.
Fill in the blanks:
The _________ operator used with a tuple and an integer, gives a replicated tuple.
Fill in the blanks:
To create a single element tuple storing element 5, you may write t = ( _________ ).