logo

Question detail

In Python 3, what is the result of `False or True`?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Programming

Exam-style question

Try this first

In Python 3, what is the result of `False or True`?.

  1. A.False
  2. B.True
  3. C.0
  4. D.An error

Model answer

What a good answer should say

  • True

Explanation

Why this works

OR produces True when at least one operand is True. The second operand is True.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.