Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 13)
13.
How can you combine multiple conditions using the logical OR operator?
||
or
&&
and
Answer: Option
Explanation:
The or keyword is used as the logical OR operator to combine multiple conditions in an if statement. At least one of the conditions must be true for the combined condition to be true.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.