[lang-ref]
String
>
( string_convert )
> ( to_lower ) ( python )
[lang-ref] ( to_lower ) ( python )
def test_to_lower(): # lower s = 'ABC' assert s.lower() == 'abc'