list = [73,32,99,97,110,32,100,111,32,105,116,33]

for i in list:
    print(chr(i),end='')