Commit 593862e6 by BellCodeEditor

save project

parent 47a3496e
Showing with 2 additions and 1 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
key_message=key_message+text key_message=key_message+text
gr="发红包了" gr="发红包了"
lb=list(key_message) lb=list(key_message)
sj=random.randint(0,len(key_message) sj=random.randint(0,len(key_message))
lb.insert(sj,gr) lb.insert(sj,gr)
gg="".join(lb) gg="".join(lb)
print(gg) print(gg)
\ 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