Commit 0d1e6ac4 by BellCodeEditor

auto save

parent ac674754
Showing with 6 additions and 1 deletions
...@@ -11,4 +11,8 @@ for i in message: ...@@ -11,4 +11,8 @@ for i in message:
str1=random.choice(key) str1=random.choice(key)
str2=random.choice(key) str2=random.choice(key)
text=text+str1+str2+i text=text+str1+str2+i
print(text) li_text=list(text)
pro="ksd29389&*&*^"
li_text.insert(random.randint(0,len(text)),pro)
str4="".join(li_text)
print(str4)
\ No newline at end of file
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