Commit 0bff3172 by BellCodeEditor

auto save

parent 73657942
Showing with 3 additions and 0 deletions
...@@ -19,3 +19,5 @@ index = random.randint(0,len(key_message)) ...@@ -19,3 +19,5 @@ index = random.randint(0,len(key_message))
list_message.insere(index,noise) list_message.insere(index,noise)
result_message = "".join(list_message) result_message = "".join(list_message)
print(result_message) print(result_message)
index = random.randint(0,len(key_message))
list_message.insert(index,noise)
\ 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