Commit 036e01b4 by BellCodeEditor

save project

parent d223b699
Showing with 16 additions and 0 deletions
import random
key = "你看这个二傻子,还在尝试破解"
noise="114514"
message = "诺依,周末一起去看动漫展吧!"
KM=""
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
te=s1+s2+s3
KM+=te
k2m=list(KM)
k2m.insert(5,noise)
k3m="".join(k2m)
print(k3m)
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