Commit ce1a0ef0 by BellCodeEditor

save project

parent e14fc66a
Showing with 10 additions and 5 deletions
import random import random
a= "诺依,周末一起去看动漫展吧!" a= "诺依,周末一起去看动漫展吧!"
k="华盛顿记得付款的时间发士大夫水水萨乌丁swda!@#$5^%&*p" k="华盛顿记得付款的时间发士大夫水水萨乌丁swda!@#$5^%&*p"
qqq=input("输入加密内容")
w_t="" w_t=""
for i in a: for i in a:
s1=i s1=i
s2=random.choice(k) s2=random.choice(k)
s3=random.choice(k) ss=random.choice(qqq)
t=s1+s2+s3 s3=random.choice(qqq)
s4=random.choice(qqq)
t=s1+s2+s3+ss+s4
w_t=w_t+t w_t=w_t+t
w_li_t=list(w_t) w_li_t=list(w_t)
index=random.randint(0,len(w_t))
s="克萨&*……%&……¥%…………阿斯利3##```·康的撒娇大" s="克萨&*……%&……¥%…………阿斯利3##```·康的撒娇大"
d=s.join(w_li_t) w_li_t=list(w_t)
print(d) w_li_t.insert(index,s)
\ No newline at end of file print(w_li_t)
\ 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