[编程入门]密码破译 (Python代码) 摘要:lst = list(input()) for i in range(len(lst)): print(chr(ord(lst[i]) + 4), end = '')…… 题解列表 2019年05月02日 1 点赞 1 评论 939 浏览 评分:7.1