Commit 34e7a394 by BellCodeEditor

save project

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