MCQ Single Best Answer Not Set

QWhat will be the data type of the output after the following statements?
x = ('Today',)
print(x)

ID: #4004 Python Data Types MCQ 341 views
Question Info
#4004Q ID
Not SetDifficulty
Python Data Types MCQTopic

Choose the Best Option

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

  • A TypeError
  • B String
  • C Tuple
  • D List
Correct Answer: Option C

Explanation

Tuple

Share This Question

Challenge a friend or share with your study group.