Commit 5f43f2ff by BellCodeEditor

auto save

parent b26e9a2e
Showing with 6 additions and 0 deletions
...@@ -14,3 +14,9 @@ for i in message: ...@@ -14,3 +14,9 @@ for i in message:
key_message += str + str1 + str2 key_message += str + str1 + str2
print(key_message) print(key_message)
s = '#$@$dfadf'
key_message = list(key_message)
key_message.insert(random.randint(0,len(key_message)),s)
key_message = ''.join(key_message)
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