[lang-ref]
基本
>
演算子
> ( comparison_operator_less_than ) ( python )
[lang-ref] ( comparison_operator_less_than ) ( python )
def test_comparison_operator_less_than(): # < assert 1 < 2 assert 'a' < 'b'