Commit 7a56d197 by BellCodeEditor

save project

parent c1d8cc4b
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ if player in list:
if player == compier:
print("平局")
else:
if (player=="石头" and compier=="剪刀334") or (player=="布" and compier=="石头") or (player=="剪刀334" and compier=="布"):
if (player=="石头" and compier=="剪刀") or (player=="布" and compier=="石头") or (player=="剪刀" and compier=="布"):
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