MCQ Single Best Answer Not Set

QWrite the output of the following:
a=("Hello","How","are","you")
b=list(a)
print(a==b)

ID: #3710 Python Tuple MCQ 238 views
Question Info
#3710Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

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

  • A SyntaxError
  • B ValueError
  • C True
  • D False
Correct Answer: Option D

Explanation

False

Share This Question

Challenge a friend or share with your study group.