Single Choice Not Set

QWhat type of error is shown by following statement?
t1 =(1, 2)
t2 

ID: #3687 Python Tuple MCQ 151 views
Question Info
#3687Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

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

  • A TypeError
  • B NameError
  • C None of the above
  • D ValueError
Correct Answer

Explanation

None of the above
It will give output (1.0, 2.0)

Share This Question

Challenge a friend or share with your study group.