[lang-ref] ( to_lower ) ( python )

def test_to_lower():
    # lower
    s = 'ABC'
    assert s.lower() == 'abc'