[lang-ref] ( comparison_operator_greater_than ) ( python )

def test_comparison_operator_greater_than():
    # >
    assert 2 > 1
    assert 'b' > 'a'