MCQ
What is the output of the following piece of code when executed in Python shell?
>>>a=(5,6)
>>>b=(9,8)
>>>c=a+b
>>>c
- ✓(5, 6, 9, 8)
- B(14,14)
- CError as the tuples are immutable
- DNone
Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.