Commit fea6fcd5 by BellCodeEditor

save project

parent e312e15c
Showing with 3 additions and 1 deletions
...@@ -11,7 +11,9 @@ if plar in list: ...@@ -11,7 +11,9 @@ if plar in list:
elif plar=="布" and computer=="石头" or plar=="剪刀" and computer=="布" or plar=="石头" and computer=="剪刀": elif plar=="布" and computer=="石头" or plar=="剪刀" and computer=="布" or plar=="石头" and computer=="剪刀":
print("你赢了") print("你赢了")
else: else:
print("你输了") 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