chr函数

# Unicode编码转为对应字符
for i in range(96, 123):
    print(chr(i))

更多:

  ord()

posted @ 2019-01-31 10:34  怒放吧!  阅读(408)  评论(0编辑  收藏  举报
我的