types of conditional operators in python
Answers
Answered by
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
0
Answer:
logical and
logical or
logical not
Similar questions