Commit e41db563 by BellCodeEditor

auto save

parent 5f43f2ff
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ for i in message:
key_message += str + str1 + str2
print(key_message)
s = '#$@$dfadf'
s = input('请输入干扰字符')
key_message = list(key_message)
key_message.insert(random.randint(0,len(key_message)),s)
key_message = ''.join(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