如果shift值为5,有人可以通过使用输入和字典在python中一步步实现凯撒密码吗? [已关闭]

问题描述 投票:0回答:0

初学者如何一步步尝试在凯撒密码中设置值为 5 移位值的字典。

plain_text_sentence = input("Please enter plain text")
lower_character = plain_text_sentence.lower()
python dictionary input caesar-cipher
© www.soinside.com 2019 - 2024. All rights reserved.