Commit eae74ce0 by BellCodeEditor

save project

parent 5960bfe6
Showing with 4 additions and 2 deletions
......@@ -6,10 +6,12 @@ print("玩家出:"+A)
print("电脑出:"+SD)
if A==SD:
print("平局")
elif (A=="石头" and SD=="布") or (A=="剪刀" and SD=="石头") or (A=="布" and SD=="剪刀"):
elif (A=="石头" and SD=="布") or (A=="剪刀" and SD=="石头") or (A=="布" and SD=="剪刀"):
print("你输了")
else:
else:
print("你赢了")
else:
......
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