MCQ Practice Single Best Answer Topic: Python Variable MCQ

Q What will be the output after the following statements?
a = 15
b = a
a = 25
print(a,b)

Question ID
#3767
Subchapter
Python Variable MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A 25 15
  • B 15 25
  • C a 15
  • D 25 a
Correct Answer: A

Explanation

25 15

Share This Question

Share this MCQ with your friends or study group.