Commit 8906b3c6 by BellCodeEditor

save project

parent 4132dbac
Showing with 15 additions and 0 deletions
import random
key = "偶的炯炯iduasjbfuoabifnjiabinosnaiub胆囊积脓lovewsp"
message = "诺依,周末一起去看动漫展吧!"
key_message=""
for i in range(len(message)):
a = message
b = random.choice(key)
c = random.choice(key)
d=a+b+c
key_message=key_message+d
messagel=list(key_message)
messagel.insert(random.randint(0,len(messagel))),"Y%......&*$%_*^&%(%^")
message2="".join(messagel)
print1(message2)
\ No newline at end of file
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