Commit 917405b3 by BellCodeEditor

save project

parent 685b70a3
Showing with 2 additions and 2 deletions
...@@ -10,4 +10,5 @@ if player==com: ...@@ -10,4 +10,5 @@ if player==com:
elif(player=="石头" and com=="剪刀") or (player=="布" and com=="石头" )or (player=="布" and com=="石头"): elif(player=="石头" and com=="剪刀") or (player=="布" and com=="石头" )or (player=="布" and com=="石头"):
print("玩家赢了") print("玩家赢了")
else: else:
print("玩家输了") 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