Commit 1a33c6ad by BellCodeEditor

save project

parent 7efc6d28
Showing with 3 additions and 1 deletions
......@@ -12,5 +12,7 @@ for i in message:
str3=random.choice()
key_message=key_message+test
noise="!@#$%&*()_+"
a=list
a=list(key_message)
a.insert(1,"!@#$%^&*()_+")
b="".join(a)
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