Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Tuple MCQ
⚠ Report ✓ Question Verified Copy Link
Explanation:
A tuple can also be created without using parentheses. It is called tuple packing.
For example:
my_tuple = "Yellow", 20, "Red" print(my_tuple)
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Tuple MCQ