char to str

Run Settings
LanguagePython
Language Version
Run Command
charcode = [65, 65, 0x41, 0x41] s = '' for c in charcode: s += ''.join(chr(c)) print(s)
Editor Settings
Theme
Key bindings
Full width
Lines