用python输入一个整数,输出以该整数为编码的字符

如题所述

第1个回答  2014-11-15
Python 3.4
i = int(input('10< c <100: '))
print(chr(i) )本回答被网友采纳
相似回答