Commit 0192a22a by BellCodeEditor

save project

parent ace5d648
Showing with 7 additions and 16 deletions
import random
key="费用大概一个图根深蒂固的使用"
massage="也有网友共同对付让她的生日投入服务"
key_massage = ""
noise = "port:!@##@@$@#@$^"
for i in massage:
set1=i
set2=random.choice(key)
set3=random.choice(key)
text=set1+set2+set3
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)
student1 = {'ww':91,'rr':88,'qq':85}
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