[lang-ref]
( basic )
>
( operator )
> ( comparison_operator_less_than ) ( python )
[lang-ref] ( comparison_operator_less_than ) ( python )
def test_comparison_operator_less_than(): # < assert 1 < 2 assert 'a' < 'b'