Commit 11647d8c by BellCodeEditor

auto save

parent 15527e5e
Showing with 2 additions and 2 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
j = str1 + str2 + str3 j = str1 + str2 + str3
a=a+j a=a+j
text=list(w) text=list(w)
text.insert(6,a) text.insert(random.randint(0,len(a)),w)
print(text) a="".join(text)
print(a) print(a)
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