MCQ Practice Single Best Answer Topic: Python Tuple MCQ

Q Write the output of the following:
t1 = (1,2,3,4,5)
t2=t1
t2

Question ID
#3677
Subchapter
Python Tuple MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A (1, 2, 3, 4, 5)
  • B 1,2,3,4,5
  • C Error
  • D [1,2,3,4,5]
Correct Answer: A

Explanation

(1, 2, 3, 4, 5)

Share This Question

Share this MCQ with your friends or study group.