Commit 37098a92 by BellCodeEditor

save project

parent dde3d897
Showing with 2 additions and 1 deletions
...@@ -8,4 +8,5 @@ if abc ==computr: ...@@ -8,4 +8,5 @@ if abc ==computr:
print("平局") print("平局")
elif (abc=="石头"and computr=="剪刀") or (abc=="剪刀"and computr=="布") or (abc=="布"and computr=="石头"): elif (abc=="石头"and computr=="剪刀") or (abc=="剪刀"and computr=="布") or (abc=="布"and computr=="石头"):
print("恭喜,你赢了") print("恭喜,你赢了")
else,(很遗憾,你输了) 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