[lang-ref] ( charcode_to_char ) ( python )

def test_charcode_to_char():
    # chr
    assert chr(97) == 'a'