Unicode(10進数)文字列変換

Run Settings
LanguagePython
Language Version
Run Command
inp=input() inp=inp.split(' ') print(inp) n=0 for i in inp: print(chr(int(i)),end='') n+=1
Editor Settings
Theme
Key bindings
Full width
Lines