Commit b1267c4e by BellCodeEditor

save project

parent 27785547
Showing with 16 additions and 0 deletions
import random
key="q是we哇啊r啊t无yu去io真的pa啊s们df语gh家jkl我zx了cv人b懂n死m谁"
message="我们出去浪吧"
text1 = ""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
str4=random.choice(key)
text=str1+str2+str3+str4
text1 += text
li_list=list(text1)
li_list.insert(4,"@$%^&*_+=-`,./;\|~")
text4="".join(li_list)
print(text4)
\ 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