Commit 9188f111 by BellCodeEditor

save project

parent 566c7024
Showing with 8 additions and 4 deletions
...@@ -10,11 +10,15 @@ for i in message: ...@@ -10,11 +10,15 @@ for i in message:
sty3=random.choice(key) sty3=random.choice(key)
a += sty1+sty2+sty3 a += sty1+sty2+sty3
print(a) print(a)
list(message) list_a =list(a)
ab="dfsdg" ab="dfsdg"
message.insert(5,"dfsdg") list_a.insert(5,ab)
"".join(message) "".join(list_a)
print(message) print(list_a)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
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