Commit 34e7a394 by BellCodeEditor

save project

parent d6e8a52e
Showing with 6 additions and 6 deletions
...@@ -9,8 +9,8 @@ for i in message: ...@@ -9,8 +9,8 @@ for i in message:
w=random.choice(key) w=random.choice(key)
r=a+q+w r=a+q+w
s=s+r s=s+r
t=list(s) p=list(s)
t.insert(random.randint(0,len(s)) index=random.randint(0,len(s))
print(t) p.insert(index,e)
#aa="".join(t) y="耗子是SB!".join(p)
#print(aa) print(y)
\ No newline at end of file \ 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