Single Choice Not Set

QWhich of the following is used to initialize multiple variables with a common value?

ID: #3392 Python Operator MCQ 609 views
Question Info
#3392Q ID
Not SetDifficulty
Python Operator MCQTopic

Choose the Best Option

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

  • A x = y: y = 33
  • B x = y = z = 33
  • C x = z; y = z; x = 33;
  • D x & y & z = 33
Correct Answer

Explanation

x = y = z = 33

Share This Question

Challenge a friend or share with your study group.