Commit 02715fc8 by BellCodeEditor

save project

parent a2d8da0e
Showing with 1 additions and 1 deletions
import random import random
message = "诺依,周末一起去看动漫展吧v" message = "诺依,周末一起去看动漫展吧v"
key="dasdfsdafsafjiofdsaofsa" key="dasdfsdafsafjiofdsaofsa"
key_message="" key_message="请输入:"
for i in range(len(message)): for i in range(len(message)):
a=message[i] a=message[i]
b=random.choice(key) b=random.choice(key)
......
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