Single Choice Not Set

QWhat will be the data type of z after the following statements?
x = [1, 2, 3, 4]
y = tuple(x)
z = list(y)

ID: #4006 Python Data Types MCQ 379 views
Question Info
#4006Q ID
Not SetDifficulty
Python Data Types MCQTopic

Choose the Best Option

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

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

Explanation

List

Share This Question

Challenge a friend or share with your study group.