Commit 11647d8c by BellCodeEditor

auto save

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