Commit 6ecc8f3d by BellCodeEditor

save project

parent b60d4e60
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ for i in message: ...@@ -15,7 +15,7 @@ for i in message:
key_message = key_message + text key_message = key_message + text
print(key_message) print(key_message)
aa=list(key_message) aa=list(key_message)
aa.insert(6,erci) aa.insert(random.randint(0,len("诺依,周末一起去看动漫展吧!")),erci)
bb="".join(aa) bb="".join(aa)
print(bb) print(bb)
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