MCQ Practice Single Best Answer Topic: Python Operator MCQ

Q What will be the output after the following statements?
a = True
b = False
print(a == b or not b)

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

Choose Your Answer

Click an option to check whether your answer is correct.

  • A a == b
  • B False
  • C not b
  • D True
Correct Answer: D

Explanation

True

Share This Question

Share this MCQ with your friends or study group.