Commit ba249c22 by BellCodeEditor

save project

parent 8053cdb8
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ for i in message: ...@@ -12,7 +12,7 @@ for i in message:
b=random.choice(key) b=random.choice(key)
c=i+a+b c=i+a+b
d=d+c d=d+c
e="在很久很久以前,云端上住着一群人。他们的使命是保护人类,古代有一位暗魔一直在侵略人类······" e=input('请输入加密语句:')
d=list(d) d=list(d)
d.insert(random.randint(0,len(d)),e) d.insert(random.randint(0,len(d)),e)
d="".join(d) d="".join(d)
......
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