Python For Beginner's Day - 10
contd...
Logical Operators:
used to combine the conditional statements.
| Operator | Description |
| --- | --- |
| and | Returns True if both statements are true (x < 4 and x < 7) |
| or | Returns True if one of the statements is true(x < 4 ...
pythonbeginners.hashnode.dev2 min read