Commit a62bbadd by BellCodeEditor

save project

parent f507af0f
Showing with 23 additions and 0 deletions
import random
key='呵呵呵分割成电费滚滚v被对方据韩国国会厚度和基本v内容基本合格合格符合一个月后面那边jjbf天河公园'
message='嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎嘎呱呱呱呱呱呱呱呱呱呱呱呱呱呱呱呱呱呱呱'
key_message=''
noise='prot:嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻嘻'
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
list_message==list(key_message)
index=random.randint(0,len(key_message))
list_message.insert(index,noise)
result_message=''.join(list_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