Click an option to check whether your answer is correct.
A tuple can also be created without using parentheses. It is called tuple packing.
For example:
my_tuple = "Yellow", 20, "Red" print(my_tuple)
Explore more questions from similar topics.
Share this MCQ with your friends or study group.