Commit bb7b9b99 by BellCodeEditor

save project

parent e3d82eaf
Showing with 4 additions and 5 deletions
...@@ -8,8 +8,7 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -8,8 +8,7 @@ message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for a in message: for a in message:
s1=a s1=a
s2=key.list() s2=random.choice(key)
s3=.list(key) s3=random.choice(key)
f="s1"+"s2"+"s3" f=s1+s2+s3
print print(f)
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