Commit e2a81a6e by BellCodeEditor

save project

parent 2822f259
Showing with 11 additions and 4 deletions
import random import random
key="au1b都出wdcw赤壁五百" key="au1b都出wdcw赤壁五百"
message="诺伊,一起去看动漫展哦哦" message=input("请输入:")
key_message="" key_message=""
noise="port:@#$%Fvverewfwe5&*5&%5&" noise="port:@#$%Fvverewfwe5&*5&%5&"
for i in message: for i in message:
str=i str1=i
str str2=random.choice(key)
\ No newline at end of file str3=random.choice(key)
text=str1+str2+str3
key_message=key_message+key
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