Computer Science, asked by chandeepsingh0004, 8 months ago

types of conditional operators in python​

Answers

Answered by bhoomikasanjeev2009
3

Answer:

Python Logical Operators Example

Operator Description

and Logical AND If both the operands are true then condition becomes true.

or Logical OR If any of the two operands are non-zero then condition becomes true.

not Logical NOT Used to reverse the logical state of its operand.

Answered by 8861131162r
0

Answer:

logical and

logical or

logical not

Similar questions