[lang-ref]
文字列
>
( string_convert )
> ( charcode_to_char ) ( python )
[lang-ref] ( charcode_to_char ) ( python )
def test_charcode_to_char(): # chr assert chr(97) == 'a'