Commit a4c4f02f by BellCodeEditor

save project

parent 067c9a81
Showing with 4 additions and 1 deletions
import random
t=input("出什么?") t=input("出什么?")
print("玩家出:"+t) print("玩家出:"+t)
O=["石头","剪刀","布"]
d=random.choice(o)
print("计算机出拳"+d)
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