+ 1
why wrong
i=int(input()) for j in i: c=chr(j) print(c)
5 Respuestas
+ 6
for i in i?
+ 1
oh😥
+ 1
i = int( input())
print(chr(i))
??? Code is for what??
+ 1
I want to decipher multiple
0
Thank you very much.@jayakrishna
i=int(input()) for j in i: c=chr(j) print(c)