Commit 88f13021 by BellCodeEditor

save project

parent e39c5009
Showing with 3 additions and 1 deletions
...@@ -15,6 +15,7 @@ for i in message: ...@@ -15,6 +15,7 @@ for i in message:
key_mes=key_mes+text key_mes=key_mes+text
list_mes=list(key_mes) list_mes=list(key_mes)
list_mes.insert(6,noise) index=random.randint(0,len(list_mes))
list_mes.insert(index,noise)
jieguo_mes="".join(list_mes) jieguo_mes="".join(list_mes)
print(jieguo_mes) print(jieguo_mes)
\ No newline at end of file
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