Commit 8856a4ff by BellCodeEditor

save project

parent 5a11db27
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ print(coco)
if a==coco:
print("平局")
elif (a=="石头" and coco=="剪刀") or (a=="剪刀" and coco=="布") or (a=="布" and coco=="剪刀")
elif (a=="石头" and coco=="剪刀") or (a=="剪刀" and coco=="布") or (a=="布" and coco=="剪刀"):
print("你赢了")
else:
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