Commit 9cc5fec4 by BellCodeEditor

save project

parent 6095618e
Showing with 3 additions and 3 deletions
......@@ -7,7 +7,7 @@ print(s)
print(a)
if (a=="剪刀" and s=="石头") or (a=="石头" and s=="布") or (a=="布" and s=="剪刀"):
print("你赢了")
elif a=s:
elif a==s:
print("平局")
else:
print("")
\ No newline at end of file
print("你输了")
\ No newline at end of file
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