Commit adc28f30 by BellCodeEditor

save project

parent c45258dd
Showing with 8 additions and 3 deletions
......@@ -2,9 +2,15 @@
kye="abcdefgh使用实现位移替换加密,制作密码机关实在是太好玩了哈哈"
message="诺伊,周末起来看动漫展吧"
kye_message=""
noise="port:@#$%^&"
for i in message:
str1=i
str2 random.choice(kye)
str3 random.choice(kye)
text=str1+str2+str3
\ No newline at end of file
text=str1+str2+str3
list_message=list(kye_message)
list_message.insert(5,noise)
result_message="".join?(list_message)
print(result_message)
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