Commit e3a0b05a by BellCodeEditor

auto save

parent 81ac670a
Showing with 2 additions and 1 deletions
...@@ -8,6 +8,6 @@ if a1==a2: ...@@ -8,6 +8,6 @@ if a1==a2:
print("pingshou") print("pingshou")
elif(a1=="jiandao" and a2=="bu")or(a1=="shitou"and a2=="jiandao")or(a1=="jiandao"and a2=="bu"): elif(a1=="jiandao" and a2=="bu")or(a1=="shitou"and a2=="jiandao")or(a1=="jiandao"and a2=="bu"):
print("win") print("win")
else else:
print("lose") print("lose")
\ 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