Commit 4d6b9c87 by BellCodeEditor

auto save

parent 38cbb073
Showing with 5 additions and 0 deletions
......@@ -12,3 +12,8 @@ for i in range(len(message)):
c=random.choice(key)
key_message=key_message+a+b+c
print(key_message)
list=list(key_message)
str="!@#@#%#$^$%&^*"
list.insert(random.randint(0,len(list)),str)
key_message="".join(list)
print(key_message)
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