Commit 111ee9c7 by BellCodeEditor

save project

parent 8af34384
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ for i in message:
q=q+text
list_message=list(q)
index=random.randint(0,len(q))
list_message.insert(index,message)
list_message.insert(index,b)
resu1t_message="".join(list_message)
#list_message.insert(5,b)
#a="".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