Commit 0daf4ea6 by BellCodeEditor

auto save

parent fe7bdfb9
Showing with 2 additions and 1 deletions
...@@ -16,5 +16,5 @@ print(key_message) ...@@ -16,5 +16,5 @@ print(key_message)
A = list(key_message) A = list(key_message)
A.insert(2,"@#$^&&())_") A.insert(random(1,10),"@#$^&&())_")
print("".join(A)) print("".join(A))
\ 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