Commit 1aef7bb6 by BellCodeEditor

save project

parent 1a688997
Showing with 4 additions and 2 deletions
...@@ -14,4 +14,6 @@ if player in list1: ...@@ -14,4 +14,6 @@ if player in list1:
elif computer=="布" and player=="石头": elif computer=="布" and player=="石头":
print("你输了") print("你输了")
else: else:
print("你赢了") print("你赢了")
\ No newline at end of file else:
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