Commit f723b3cc by BellCodeEditor

save project

parent 76d2ce9e
Showing with 6 additions and 4 deletions
...@@ -13,8 +13,10 @@ elif(player=="剪刀"and computer=="布") or (player=="石头"and computer=="剪 ...@@ -13,8 +13,10 @@ elif(player=="剪刀"and computer=="布") or (player=="石头"and computer=="剪
else else
print("很遗憾,你输了!") print("很遗憾,你输了!")
if player in list:
print("输入正确")
if player==computer:
print("平局")
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