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

QWhat is the output of the following
aTuple = "Yellow", 20, "Red"
a, b, c = aTuple
print(a)

ID: #3720 Python Tuple MCQ 337 views
Question Info
#3720Q ID
Not SetDifficulty
Python Tuple MCQTopic

Choose the Best Option

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

  • A (
  • B TyepeError
  • C Yellow
Correct Answer

Explanation

The tuple unpacking is also possible

Share This Question

Challenge a friend or share with your study group.