Commit 5b71c12d by BellCodeEditor

auto save

parent 42f596cc
Showing with 11 additions and 0 deletions
q=input("请出拳")
print("玩家出:"+q)
input random
t=["石头","剪刀","布"]
y=random.chioce()
print("电脑出"+y)
if a in q==y:
print("平局")
elif (q=="石头" and y=='剪刀') or (q=='剪刀' and y=="布") 布石头
print(")
\ No newline at end of file
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