Commit 2f14d6a8 by BellCodeEditor

auto save

parent e9900084
Showing with 4 additions and 3 deletions
# 玩家出拳
player=input("出啥")
print("玩家出"+player)
import rondom
list["石头,剪刀,布"]
computer=rod'fndom.choice(list)
import random
list=["石头","剪刀","布"]
computer=random.choice(list)
printe(computer)
if player in list:
if player==computer:
print("平局")
......
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