Commit 247ecfa9 by BellCodeEditor

save project

parent a64f2c55
Showing with 2 additions and 1 deletions
......@@ -15,7 +15,8 @@ for i in message:
text=str1+str2+str3
key_message += text
list_message=list(key_message)
list_message.insert(6,noise)
r=random.randint(0,len(key_message)-1)
list_message.insert(r,noise)
new_message="".join(list_message)
print(new_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