Commit e2125173 by BellCodeEditor

auto save

parent 4a1e7ea7
Showing with 2 additions and 1 deletions
...@@ -16,10 +16,11 @@ e=list(key_message) ...@@ -16,10 +16,11 @@ e=list(key_message)
f="!@#$%^&*" f="!@#$%^&*"
t=random.randint(0,len(key_message)) t=random.randint(0,len(key_message))
e.insert(t,f) e.insert(t,f)
key_message="i".join(e) key_message="".join(e)
len(key_message) len(key_message)
print(key_message) print(key_message)
p=key_message.replace("!@#$%^&*","") p=key_message.replace("!@#$%^&*","")
print(p) print(p)
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