Commit 4ab7c00c by BellCodeEditor

save project

parent 6c948164
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ if A==B:
elif (A=="石头" and B=="✂ ")or(A=="✂ " and B=="布")or(A=="布" and B=="石头"):
print("你赢了")
else:
print("我赢了")
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