There are three types of python logical operators.
| Operators | Description |
| And | Returns true if both statements are true. |
| Or | Returns true if one of the statements are true. |
| Not | Returns false if the result is true. |
Study more about python at Python Class 10