English, asked by akashbhartiqaz, 2 months ago

in python And and or operation are also called​

Answers

Answered by harnoorsinghkhaira96
0

Answer:

For AND operator – It returns TRUE if both the operands (right side and left side) are true. For OR operator- It returns TRUE if either of the operand (right side or left side) is true. For NOT operator- returns TRUE if operand is false. There are two membership operators that are used in Python.

Logical Operators

Called Logical AND operator. If both the operands are non-zero, then condition becomes true. ... Called Logical OR Operator. If any of the two operands is non-zero, then condition becomes true. (A || B) is true.

Answered by lavanyaneelakandan96
0

Answer:

Logical Operators

Explanation:

Logical operators in Python are used for conditional statements are true or false. Logical operators in Python are AND, OR and NOT. For logical operators following condition are applied. For AND operator – It returns TRUE if both the operands (right side and left side) are true.

Similar questions