Commit d4ba79c1 by BellCodeEditor

save project

parent d7df9f7b
Showing with 4 additions and 0 deletions
......@@ -14,6 +14,10 @@ for n in message:
jntm=srt1+str2+str3
key_message=key_message+jntm
list_message = list(key_message)
index=random.randint(0,len(key_message))
list_message.insert(index,noice)
list_message.insert(5,noice)
result_message="".join(list_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