Commit ad032663 by BellCodeEditor

auto save

parent b6682280
Showing with 3 additions and 1 deletions
...@@ -15,5 +15,6 @@ for i in range(len(message)): ...@@ -15,5 +15,6 @@ for i in range(len(message)):
d=d+key d=d+key
e=list(d) e=list(d)
e.insert(4,noise) e.insert(4,noise)
f="".join(e) f="&%^&$#$%^&*#$%^&(*)".join(e)
print(f) print(f)
\ 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