LOGICAL OPERATORS IN PYTHON
and=True if both the operands are true
or=Returns True if one of the statements is true
not=Reverse the result, returns False if the result is true
INPUT:
OUTPUT:
THANK YOU..!!💫
LOGICAL OPERATORS IN PYTHON
and=True if both the operands are true
or=Returns True if one of the statements is true
not=Reverse the result, returns False if the result is true
INPUT:
OUTPUT:
THANK YOU..!!💫
0 Comments