Commit 83ff2da4 by BellCodeEditor

save project

parent c335447f
Showing with 1 additions and 1 deletions
...@@ -13,8 +13,8 @@ for i in message: ...@@ -13,8 +13,8 @@ for i in message:
text=str+str1+str2 text=str+str1+str2
key_mes=key_mes+text key_mes=key_mes+text
list_mes = list(key_mes) list_mes = list(key_mes)
index= random.randint(0,len(key_mes)) index= random.randint(0,len(key_mes))
list_mes.insert(index,noise) list_mes.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