Commit 5649298d by BellCodeEditor

save project

parent a2770a51
Showing with 6 additions and 5 deletions
import random import random
key="sgcdgc规划法规分级分工分工不敢不敢发布更方便" key="你是故意找茬是不是,whasup"
message="诺依,周末一起去看电影" noise="cfghdgfrd"
message=input("请输入:")
key_message="" key_message=""
noise="gfyghbhgyhgh"
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
key_message=key_message+text key=key+text
list_message=list(key_message) list_message=list(key_message)
list_message.insert(5,noise) inght=random.randint(0,len(key_message))
list_message.insert(inght,noise)
result_message="".join(list_message) result_message="".join(list_message)
print(result_message) print(result_message)
......
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