plainText = input(‘message:‘) for d in plainText: print(chr(ord(d)+4),end=‘‘)
message:tonight xsrmklx Process finished with exit code 0
凯撒密码
原文:https://www.cnblogs.com/296134a/p/9068194.html