Commit 5f827205 by BellCodeEditor

auto save

parent 06578cde
Showing with 0 additions and 2 deletions
...@@ -13,8 +13,6 @@ for i in message: ...@@ -13,8 +13,6 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text+=str1+str2+str3 text+=str1+str2+str3
b=list(text) b=list(text)
c=random.randint(0,len(b)) c=random.randint(0,len(b))
b.insert(c,a) b.insert(c,a)
print("".join(b)) print("".join(b))
......
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