摘要:
o=input('spy:') for c in o: print(chr(ord(c)+3),end='') o=input('\n answer:') for c in o: print(chr(ord(c)-3),end='') for i in range(12): print(9800+i,chr(9800+i)) id='3... 阅读全文
posted @ 2018-05-23 21:33
谢斐
阅读(125)
评论(0)
推荐(0)