Single Choice Not Set

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

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

List

Share This Question

Challenge a friend or share with your study group.