Commit 03a49fea by BellCodeEditor

save project

parent 5f62b206
Showing with 6 additions and 2 deletions
import random
key="abcdefg金沙萨觉得很愧疚都是可见的撒谎大三的课"
key="abcd金沙萨疚都是可沟通和法规和v挂号费官方v风格和规范"
m="诺依,周末一起去看动漫展吧!"
key_m=""
noise="port:@#$%^&"
for i in m:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_m=key_m+text
print(key_m)
list_m=list(key_m)
list_m.insert(5,noise)
result_m="".join(list_m)
print(result_m)
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