Commit 31de674a by BellCodeEditor

save project

parent 88005865
Showing with 5 additions and 1 deletions
player=input("石头/剪刀/布")
print(player)
print(" 玩家出的是"player)
import random
q=["石头","剪刀","布"]
a=random.choice(q)
print(a)
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