Single Choice Not Set

QWhat will be the data type of the output after the following statements?
x = 'Python'
y = tuple(x)
print(y)

ID: #4008 Python Data Types MCQ 316 views
Question Info
#4008Q 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

Explanation

Tuple

Share This Question

Challenge a friend or share with your study group.