Commit f62d4516 by BellCodeEditor

auto save

parent 66706c44
Showing with 1 additions and 2 deletions
......@@ -12,8 +12,7 @@ for i in message:
str3 = random.choice(key)
text = text + str1 +str2 + str3
li_text = list(text)
for i in range(len(li_text)):
li_text.insert(len(li_text),random.choice("DIYWBiuadiwajd"))
li_text.insert(2,"DIYWBiuadiwajd")
text = "".join(li_text)
print(text)
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