Single Choice
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
244 views
Question Info
#3783Q ID
Not SetDifficulty
Python Variable MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
20 15
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic