Commit 47e6353e by BellCodeEditor

auto save

parent 0398e704
Showing with 4 additions and 1 deletions
...@@ -11,7 +11,10 @@ for i in message: ...@@ -11,7 +11,10 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
t=t+str1+str3+str2 t=t+str1+str3+str2
a="liujhghgfreytrvkuyvjytfytfytyrycytfckuytcliubjhhb,jgvuy l,vugv j .kyjtjj ktyf ytgf ujh fvjgf fgbv "
t=list(t)
t.insert(3,a)
t="".join(t)
print(t) print(t)
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