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