Commit ae10a65e by BellCodeEditor

save project

parent 475917b4
Showing with 5 additions and 1 deletions
import random import random
player=input("石头剪布:") player=input("石头剪布:")
list = ["石头剪布"] list = ["石头","剪","布"]
b = random.choice(list)
print(player)
print(b)
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