Commit 3432be33 by BellCodeEditor

auto save

parent f927d498
Showing with 3 additions and 2 deletions
...@@ -10,6 +10,6 @@ for i in message: ...@@ -10,6 +10,6 @@ for i in message:
text1=i text1=i
text2=random.choice(key) text2=random.choice(key)
texte3=random.choice(key) texte3=random.choice(key)
key=text1+text2+texte3 text=text1+text2+texte3
kk=kk+key kk=kk+text
print(kk) print(kk)
\ 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