MCQ Single Best Answer Not Set

QWrite the output of the following:
t1 = ('1', '2', '3', '4', '5')
print(t1 + tuple("tuple"))

ID: #3682 Python Tuple MCQ 210 views
Question Info
#3682Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ('1', '2', '3', '4', '5', 'tuple')
  • B Error
  • C ('1', '2', '3', '4', '5', 't', 'u', 'p', 'l', 'e')
  • D None of the above
Correct Answer: Option C

Explanation

('1', '2', '3', '4', '5', 't', 'u', 'p', 'l', 'e')

Share This Question

Challenge a friend or share with your study group.