Commit b7f837bf by BellCodeEditor

auto save

parent 6b2ab3e3
Showing with 5 additions and 1 deletions
import import random
b=["石头","剪刀","布"]
c=random.choice(b)
a=input("请出拳:石头/剪刀/布")# 玩家出拳
print("玩家出拳:"+a) print("玩家出拳:"+a)
print("电脑出拳:"+c)
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