Commit 48751a83 by BellCodeEditor

save project

parent 9c169f33
Showing with 2 additions and 0 deletions
......@@ -10,3 +10,5 @@ if h==b:
print("平局")
elif h=="石头"and b=="剪刀" or h=="剪刀"and b=="布"or h=="布"and h=="石头":
print("胜利")
esle
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