Commit 2d5568fb by BellCodeEditor

auto save

parent e24eca74
Showing with 8 additions and 0 deletions
...@@ -23,3 +23,10 @@ list_message.insert(index, noise) ...@@ -23,3 +23,10 @@ list_message.insert(index, noise)
result_message = "".join(list_message) # change to string result_message = "".join(list_message) # change to string
print(result_message) print(result_message)
#+++++++++++++解密+++++++++++++++++++++
decrypt1_message=result_message.replace(noise,"")
print(decrypt1_message)
decrypt_message = decrypt1_message[::3]
print(decrypt_message)
#++++++++++++++++++++++++++++++++++
\ 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