Commit b1536b9f by BellCodeEditor

save project

parent 464299b0
Showing with 4 additions and 3 deletions
...@@ -7,9 +7,9 @@ print(computer) ...@@ -7,9 +7,9 @@ print(computer)
if player==computer: if player==computer:
print("平局") print("平局")
elif player=="石头"and computer=="剪刀" elif player=="石头"and computer=="剪刀"
print("恭喜,你了") print("恭喜,你")
elif player=="剪刀"and computer=="" elif player=="剪刀"and computer==""
print("恭喜,你了") print("恭喜,你")
else: else:
print("腻撼,你兽") 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