Commit 761886a7 by BellCodeEditor

auto save

parent 5fb2ca2c
Showing with 9 additions and 2 deletions
print("") import random
\ No newline at end of file message = input("输入")
key = "这是对方"
message = list(message)
什么都行 = random.randint(0,len(message))
message.insert(什么都行,key)
message = "".join(message)
print(message)
\ 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