Commit 65fc6ec7 by BellCodeEditor

save project

parent 1cff749e
Showing with 3 additions and 2 deletions
......@@ -10,8 +10,9 @@ for i in message:
taxt = star1+star2+star3
a = a+taxt
list_message = list(kay_message)
list_message.insert(5,n)
list_message = list(a)
index = random.randint(0,len(a))
list_message.insert(index,n)
result_message = '',join(list_message)
print(result_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