Commit 2d5568fb by BellCodeEditor

auto save

parent e24eca74
Showing with 9 additions and 2 deletions
...@@ -22,4 +22,11 @@ list_message.insert(index, noise) ...@@ -22,4 +22,11 @@ list_message.insert(index, noise)
#print(list_message) #print(list_message)
result_message = "".join(list_message) # change to string result_message = "".join(list_message) # change to string
print(result_message) print(result_message)
\ No newline at end of file
#+++++++++++++解密+++++++++++++++++++++
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