作业0523(2)

s=input('明文:')
for c in s:
    print(chr(ord(c)+3),end='')

posted @ 2018-05-23 21:41  张可201709080002  阅读(96)  评论(0)    收藏  举报