Commit d6e8a52e by BellCodeEditor

auto save

parent 422591a1
Showing with 6 additions and 5 deletions
import random import random
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
s="" s=""
e="耗子是SB!!!!!!!!!!" e="耗子是SB!"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
for i in message: for i in message:
a=i a=i
...@@ -10,6 +10,7 @@ for i in message: ...@@ -10,6 +10,7 @@ for i in message:
r=a+q+w r=a+q+w
s=s+r s=s+r
t=list(s) t=list(s)
t.insert(37,e) t.insert(random.randint(0,len(s))
y="".join(t) print(t)
print(y) #aa="".join(t)
\ No newline at end of file #print(aa)
\ 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