Commit f1ed0d1d by BellCodeEditor

save project

parent 69a8f6d8
Showing with 2 additions and 1 deletions
......@@ -10,5 +10,5 @@ if AI==player:
elif (player=="石头" and AI=="剪刀") or (player=='剪刀' and AI=="布") or (player=='布' and AI=="剪刀"):
print("玩家赢!")
else:
print("AI赢")
print("AI赢——————————")
\ 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