Commit 1e6e1e62 by BellCodeEditor

save project

parent a6d6ff24
Showing with 2 additions and 1 deletions
...@@ -16,5 +16,5 @@ for i in message: ...@@ -16,5 +16,5 @@ for i in message:
print(f) print(f)
ls=list(key_message) ls=list(key_message)
ls.insert(5,noise) ls.insert(5,noise)
r="".join(ls) r=".".join(ls)
print(r) print(r)
\ 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