Commit 16c4a4de by BellCodeEditor

auto save

parent d84b8432
Showing with 2 additions and 2 deletions
......@@ -9,8 +9,8 @@ for i in message:
str2 = random.choice(key)
q=str0+str1+str2
a=a+q
text = list(w)
text.insert(6,a)
text = list(a)
text.insert(random.randint(0,len(a)),w)
print(text)
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