Commit 56a9f9bf by BellCodeEditor

auto save

parent 22045250
Showing with 1 additions and 1 deletions
...@@ -12,6 +12,6 @@ for i in message: ...@@ -12,6 +12,6 @@ for i in message:
text2=random.choice(key) text2=random.choice(key)
text3=random.choice(key) text3=random.choice(key)
text=text1+text2+text3 text=text1+text2+text3
all1=all1+text all1+=text
print(all1) print(all1)
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