Commit 24a91743 by BellCodeEditor

auto save

parent 3c2ee21a
Showing with 1 additions and 1 deletions
...@@ -14,6 +14,6 @@ for i in message: ...@@ -14,6 +14,6 @@ for i in message:
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
l=list(key_message) l=list(key_message)
l.insert(5,"ssggguu") l.insert(5,"ssggguu")
w=join(l) w="".join(l)
print(w) print(w)
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