收起
我回来了:
s = input(":") # 加密 a = chr((ord(s)+10451)%20902) print(a) # 解密 print(chr(ord(a)+10451))
报告相同问题?