MCQ
Single Best Answer
Not Set
QWrite the output of the following:
t1 = ('a', 'b')
t2 = (1,2,3)
t2 + t1
ID: #3678
Python Tuple MCQ
142 views
Question Info
#3678Q ID
Not SetDifficulty
Python Tuple MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
Explanation
(1, 2, 3, 'a', 'b')
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic