Commit 71444b11 by BellCodeEditor

save project

parent 51dc573e
Showing with 3 additions and 3 deletions
import random import random
key = "周末一起去看动漫展吧!" noise = "周末一起去看动漫展吧!"
message = "异世相逢,尽享美味!" key = "异世相逢,尽享美味!"
key_message = "" key_message = ""
noise = input("o_0 tell me you said:")#崩三已灭,原神永存 message = input("o_0 tell me you said:")#崩三已灭,原神永存
for i in message: for i in message:
str1 = i str1 = i
str2 = random.choice(key) str2 = 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