s = "Hello" for c in s: print(c, ord(c)) print(chr(65)) # 输出 A