Commit 8f91c2b4 by BellCodeEditor

save project

parent 3b9b257a
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ a=["石头/剪刀/布"] ...@@ -5,7 +5,7 @@ a=["石头/剪刀/布"]
print("电脑出拳,"+random.choices(a)) print("电脑出拳,"+random.choices(a))
if player in list: if player in list:
if player==computer: if player==computer:
if print("平局") print("平局")
elif (player=="石头"and random=="剪刀")or(player=="剪刀"and random=="布")or(player=="布"and random=="石头") elif (player=="石头"and random=="剪刀")or(player=="剪刀"and random=="布")or(player=="布"and random=="石头")
print("玩家赢") print("玩家赢")
else: else:
......
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