Commit a3074cf7 by BellCodeEditor

save project

parent 6073fb75
Showing with 12 additions and 9 deletions
import random import random
k = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" m= "特股份公司告诉更多人的德瑞特都会感到有点高"
m = "诺依,周末一起去看动漫展吧!" s="1234567654313456789654321·23865421109876542345678965345678987654345686567656"
k="##$%**"
j=""
for i in m: for i in m:
q=i str1=i
w=random.choice(k) str2=random.choice(s)
e=random.choice(k) str3=random.choice(s)
print(q+w+e) r=str1+str2+str3
j=j+r
z=list(j)
z.insert(random.randint(0,len(z)),k)
print(z)
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