Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 6)
6.
Which logical operator is used to combine multiple conditions in an if statement?
&&
||
and
in
Answer: Option
Explanation:
The and keyword is used as the logical AND operator to combine multiple conditions in an if statement. Both 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.