Commit 7f6ebb0d by BellCodeEditor

auto save

parent dce6200b
Showing with 5 additions and 4 deletions
......@@ -8,7 +8,8 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
textz=textz+text
print(textz)
listz=list(textz)
index=random.randint(o.len(key_message))
textz.insert(index."ansb按鼠标四点十八sbg")
\ No newline at end of file
index=random.randint(0,len(listz))
listz.insert(index,"ansb按鼠标四点十八sbg")
liste="".join(listz)
print(liste)
\ 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