Commit be86bc80 by BellCodeEditor

save project

parent bb4082da
Showing with 2 additions and 1 deletions
...@@ -10,7 +10,8 @@ for i in message: ...@@ -10,7 +10,8 @@ for i in message:
text = str1 + str2 + str3 text = str1 + str2 + str3
key_message = key_ message + text key_message = key_ message + text
list_message = list(key_ message) list_message = list(key_ message)
key_ message.insert index = random.randint(0,len(key_ message))
list_message.insert(index,noise)
......
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