[lang-ref] ( comparison_operator_less_than_or_equal ) ( python )

def test_comparison_operator_less_than_or_equal():
    # <=
    assert 1 <= 2
    assert 'a' <= 'b'