Commit dab0d5dd by BellCodeEditor

auto save

parent ea96036e
Showing with 7 additions and 1 deletions
......@@ -12,5 +12,11 @@ for i in range(len(message)):
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
luanma = "@#$$!$$!*(()!*):>"
list_message = list(key_message)
list_message.insert(5,luanma)
last_message = "".join(list_message)
print(last_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