Computer Science, asked by Anonymous, 4 hours ago

what is logical oprators in python ???​

Answers

Answered by officialpriyanshu72
1

Answer:

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.

Answered by ishanikapoor217
2

Answer:

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