Commit 3c4cb299 by BellCodeEditor

save project

parent a5f9b90a
Showing with 2 additions and 1 deletions
......@@ -15,6 +15,7 @@ for i in message:
a=a+text
list_a=list(a)
list_a.inser(5,noice)
index=random.randint(0,len(noice))
list_a.inser(index,noice)
"".join(list_a)
print(list_a)
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