Programming Language Python Tuple MCQ Question #3666
Single Choice Not Set

QWrite the output of the following:
A = list(tuple("Python"))
print(A)

ID: #3666 Python Tuple MCQ 278 views
Question Info
#3666Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

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

  • A ['P', 'y', 't', 'h', 'o', 'n']
  • B ('P', 'y', 't', 'h', 'o', 'n')
  • C none of the above
  • D Error
Correct Answer

Explanation

['P', 'y', 't', 'h', 'o', 'n']

Share This Question

Challenge a friend or share with your study group.