Commit a871ed47 by BellCodeEditor

save project

parent fbe84e20
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ if player in list:
print("平局")
elif (player=="石头" and com=="剪刀" )or(player=="剪刀" and com=="布")or(player=="布" and com=="石头"):
player("win")
else::
else:
print("lose")
else:
print("error")
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