本文共 126 字,大约阅读时间需要 1 分钟。
s = input('明文:')for c in s: print(chr(ord(c)+3),end='')
转载于:https://www.cnblogs.com/guangzhoushangxueyuan121/p/9079439.html