Commit 2a24c9a4 by BellCodeEditor

auto save

parent 09a183f3
Showing with 1 additions and 1 deletions
......@@ -7,5 +7,5 @@ if nn == rr:
print("平局")
elif nn == "石头" and rr == "剪刀":
print("你输了!继续加油哦!")
else nn == "剪刀" and rr == "石头":
else nn == "剪刀" and rr == "石头":
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