[lang-ref]
文字列
>
( string_convert )
> ( to_upper ) ( python )
[lang-ref] ( to_upper ) ( python )
def test_to_upper(): # upper s = 'abc' assert s.upper() == 'ABC'