Commit b2731838 by BellCodeEditor

auto save

parent 0daf4ea6
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(random(1,10),"@#$^&&())_") A.insert(2,"@#$^&&())_")
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