Commit 843f8190 by BellCodeEditor

save project

parent ea0b0d3d
Showing with 6 additions and 2 deletions
sb=input("请出拳:石头/剪刀/布") #sb=input("请出拳:石头/剪刀/布")
print("玩家出拳"+sb) ##########print("玩家出拳"+sb)
import random
left=["石头","剪刀","布"]
computer=random.choice(left)
print(computer)
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