Commit 31807384 by BellCodeEditor

save project

parent bd73972a
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
key_message=key_message+test key_message=key_message+test
noise="!@#$%&*()_+" noise="!@#$%&*()_+"
a=list(key_message) a=list(key_message)
a.insert(1,"!@#$%^&*()_+") a.insert(random.randint(0,len(a)),"!@#$%^&*()_+")
b="".join(a) b="".join(a)
print(b) print(b)
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