Commit 9c81c96f by BellCodeEditor

save project

parent d3ff83f1
Showing with 8 additions and 2 deletions
......@@ -14,4 +14,11 @@ for i in message:
str3 = random.choice(key)
text = str1 + str2 + str3
keymessage = keymessage + text
print(keymessage)
\ No newline at end of file
noise ='#@$%&^&&'
listmessage = list(keymessage)
listmessage.insert(5,noise)
strmessage = ''.join(listmessage)
print(strmessage)
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