Commit 4324c537 by BellCodeEditor

save project

parent 3b7e25fe
Showing with 2 additions and 1 deletions
...@@ -14,4 +14,5 @@ elif pl=="剪刀" and cu=="布": ...@@ -14,4 +14,5 @@ elif pl=="剪刀" and cu=="布":
print("你赢了") print("你赢了")
elif pl=="布" and cu=="石头": elif pl=="布" and cu=="石头":
print("你赢了") print("你赢了")
else: 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