filmov
tv
Python: Less Than Comparison Operator

Показать описание
The less than comparison operator compares the left object to the right object and if left object is less than the right object than Python will return True and if the left object is greater than the right then Python will return false