What will be the output of the following statement in Python? print(True or…
2026
What will be the output of the following statement in Python?
print(True or False and False or not False)
Answer: C. True
- A.
None
- B.
False
- C.
True
- D.
Error
Attempted by 461 students.
Show answer & explanation
Correct answer: C
Loading lesson…