Commit a7d8fbf5 by BellCodeEditor

save project

parent 8a8682b3
Showing with 4 additions and 2 deletions
...@@ -5,4 +5,7 @@ list=["石头","剪刀","布"] ...@@ -5,4 +5,7 @@ list=["石头","剪刀","布"]
if player==computer if player==computer
print("平局") print("平局")
elif (player=="石头" and comput"剪刀") or (play=="剪刀" and comput=="布") or (peayer==剪刀 and computer==) elif (player=="石头" and comput"剪刀") or (play=="剪刀" and comput=="布") or (peayer=="剪刀" and computer=="布"):
\ No newline at end of file print("恭喜你赢了")
else :
peint(你输了))
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