Commit 0ffe6056 by BellCodeEditor

save project

parent e4951d98
Showing with 4 additions and 1 deletions
...@@ -12,4 +12,6 @@ for i in message: ...@@ -12,4 +12,6 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
k_m=k_m+text k_m=k_m+text
print(k_m) text="周末一起去欢乐谷吧"
li_text=list(text)
print(li_text)
\ No newline at end of file
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