Commit e92baf6e by BellCodeEditor

save project

parent 063e9a58
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ print(computer) ...@@ -8,9 +8,9 @@ print(computer)
if player == comepter: if player == comepter:
print("平局") print("平局")
elif (player=="石头"and comepter=="石头")or(player=="剪刀"and comepter=="剪刀")or(player=="布"and comepter=="布") elif (player=="石头"and comepter=="石头")or(player=="剪刀"and comepter=="剪刀")or(player=="布"and comepter=="布")
if player==comepter:
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