Commit 4c165ce9 by BellCodeEditor

save project

parent 1895996d
Showing with 4 additions and 0 deletions
...@@ -13,5 +13,9 @@ for i in message: ...@@ -13,5 +13,9 @@ for i in message:
a=a+text a=a+text
print(a) print(a)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
li_text=list(text)
print(li_text)
result_message_="",join(list_message)
print(result_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