Commit d219133b by BellCodeEditor

save project

parent e3160ea5
Showing with 16 additions and 0 deletions
import random
key="nmslwdnmdwcnm"
message = "诺依,周末一起去看动漫展吧!"
e=""
x="狈狼真子样的看来过倒你"
for i in message:
a=i
c=random.choice(key)
d=random.choice(key)
w=a+c+d
e=e+w
m=random.randint(0,len(e))
ee=list(e)
ee.insert(m,x)
p="".join(ee)
print(p)
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