Commit d962211a by BellCodeEditor

save project

parent 82004017
Showing with 3 additions and 2 deletions
import random import random
QQ="te*fy2b#%" QQ="t*!b#%@*"
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
message = "SB周末和小贝一起去女厕所吃屎喝尿。" message = "SB周末和小贝一起去女厕所吃屎喝尿。"
res="" res=""
...@@ -10,7 +10,7 @@ for i in message: ...@@ -10,7 +10,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
res+=text res+=text
res=list(res) res=list(res)
index=4 index=random.randint(0,len(res))
res.insert(index,QQ) res.insert(index,QQ)
res="".join(res) res="".join(res)
print(res) print(res)
\ 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