MCQ Practice Single Best Answer Topic: Python Operator MCQ

Q What will be the output after the following statements?
a = 4*3**2
print(a)

Question ID
#3821
Subchapter
Python Operator MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A 32
  • B 144
  • C 36
  • D 24
Correct Answer: C

Explanation

36

Share This Question

Share this MCQ with your friends or study group.