Math, asked by snehamahato984, 2 months ago

identify the valid logical operator in python from the following
a)?
b)<
c)**
d)and​

Answers

Answered by Anonymous
7

Step-by-step explanation:

What is the logical AND operator in Python?

Logical AND operator

Logical operator returns True if both the operands are True else it returns False . Note: If the first expression evaluated to be false while using and operator, then the further expressions are not evaluated.

Answered by sv6495406
1

Answer:

d)and

Step-by-step explanation:

logical operator in Python are used for conditional statement's are true or false.logical operator in Python are AND,OR and NOT.For Logical operators following conditions are applied.For AND operator-it returns true if both the operands (right side and left side) are true.

Similar questions