Commit 40dba4ad by BellCodeEditor

save project

parent 64d1ea61
Showing with 17 additions and 5 deletions
if k in dist: import random
print('叮咚~您的'+k+'需要支付'+str(dict[k])+'元~') key = "abcdefg使用python实现简单的位移替换加密,制作密码机关真是太好玩了哈哈哈"
else: message = "诺依,周末一起去看动漫展吧!"
print('神奇百货暂未有你想要的物品,敬请期待~') key_message=""
\ No newline at end of file noise = "port:@#$%^&"
for i in message:
str1 = i
str2 = random.choice(key)
str3 =random.choice(key)
test = str1+str2+str3
key_message = key_message+test
list_message = list(key_message)
list_message.insert(5,noise)
result_message="".join(list_message)
print(result_message)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment