Commit a79d2137 by BellCodeEditor

save project

parent b4a16d86
Showing with 20 additions and 0 deletions
import random
key="费用大概一个图根深蒂固的使用"
massage="也有网友共同对付让她的生日投入服务"
key_massage = ""
noise = "port:!@##@@$@#@$^"
for i in massage:
str1=i
str2=random.choice(key)
str3=random.choice(key)
str4=random.choice(key)
text=str1+str2+str3+str4
key_massage=key_massage+text
list_massage=list(key_massage)
index=random=list(key_massage)
list_massage.insert(index,noise)
resolt_massage="".join(list_massage)
print(key_massage)
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