MCQ Single Best Answer Not Set

QWhat will be the output after the following statements?
b = 15
c = 20
a = b
b = c
c = a
print(b, c)

ID: #3783 Python Variable MCQ 228 views
Question Info
#3783Q ID
Not SetDifficulty
Python Variable MCQTopic

Choose the Best Option

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

  • A 20 15
  • B 15 20
  • C a 20
  • D 15 a
Correct Answer: Option A

Explanation

20 15

Share This Question

Challenge a friend or share with your study group.