Commit 212270c4 by BellCodeEditor

auto save

parent f3836d15
Showing with 2 additions and 1 deletions
......@@ -15,6 +15,6 @@ for i in message:
text = str1+str2+str3
key_message = key_message + text
a=list(key_message)
a.insert(2,noise)
a.insert(4,noise)
b=''.join(a)
print(b)
\ 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