Commit f459a798 by BellCodeEditor

save project

parent e1a78026
Showing with 2 additions and 1 deletions
...@@ -29,7 +29,7 @@ elif s == "剪刀" and s=="布" ...@@ -29,7 +29,7 @@ elif s == "剪刀" and s=="布"
print("胜利") print("胜利")
elif s == "布" and s=="石头" elif s == "布" and s=="石头"
print("胜利") print("胜利")
elif flif s == "石头" and s=="剪刀" elif s == "石头" and s=="剪刀"
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