Computer Science, asked by kanakprajapati218, 6 months ago

in python'
and 'is an example logical operatior​

Answers

Answered by nazz6412
0

Answer:

In Python, Logical operators are used on conditional statements (either True or False).

...

Logical operators.

OPERATOR DESCRIPTION SYNTAX

and Logical AND: True if both the operands are true x and y

or Logical OR: True if either of the operands is true x or y

not Logical NOT: True if operand is false

Similar questions