Commit 4c55dedb by BellCodeEditor

auto save

parent 18f0daff
Showing with 4 additions and 0 deletions
...@@ -12,5 +12,9 @@ for i in message: ...@@ -12,5 +12,9 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
newmessage=newmessage+text newmessage=newmessage+text
newmessage=list(newmessage)
newmessage.insert(random.choice(range(10)),"#¥%……%……&")
newmessage="".join(newmessage)
print(newmessage) print(newmessage)
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