Commit 4f3d788b by BellCodeEditor

auto save

parent 7cb2d6ad
Showing with 2 additions and 2 deletions
......@@ -13,4 +13,4 @@ message1 = list(key_message)
index = random.randint(0,len(key_message))
message1.insert(index,noise)
result_message = ''.join(message1)
print(result_message)
\ No newline at end of file
print(result_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