Commit b2bcc77b by BellCodeEditor

auto save

parent 6419abe2
Showing with 3 additions and 6 deletions
import random import random
f="fgrtfgeghgxchb"
e="" e=""
# 私钥 # 私钥
key = "青蛙是在希尔顿人吃饭v通过不要胡闹居民 " key = "青蛙是在希尔顿人吃饭v通过不要胡闹居民 "
# 要加密语句 # 要加密语句
m = input() m = "诺依,周末一起去看动漫展吧!"
for i in m: for i in m:
a=i a=i
b=random.choice(key) b=random.choice(key)
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
e=e+d e=e+d
g=list(e) print(e)
g.insert(10,f)
g="".join(g)
print(g)
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