Commit f41cecfd by BellCodeEditor

save project

parent 796e5fc0
Showing with 5 additions and 4 deletions
......@@ -7,12 +7,12 @@ s='woshisabi'
a = "诺依,周末一起去看动漫展吧!"
d=[]
# 请使用私钥key,对message进行加密
S=""
for q in a:
S=S+q+random.choice(A)+random.choice(A)
for q in S:
d=append(q)
insert(random.randint(A,len(d)),z)
for q in len(d):
d.append(q)
d.insert(random.randint(0,len(d)),s)
for q in return(len(d)):
S=S+d[q]
prine(S)
\ 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