Commit 6c8cc366 by BellCodeEditor

save project

parent e4189511
Showing with 2 additions and 1 deletions
...@@ -10,7 +10,7 @@ if sb==sb3: ...@@ -10,7 +10,7 @@ if sb==sb3:
elif (sb == "石头" and sb3 == "剪刀") or (sb == "剪刀" and sb3 =="布" ) or (sb == "布" and sb3 =="石头" ): elif (sb == "石头" and sb3 == "剪刀") or (sb == "剪刀" and sb3 =="布" ) or (sb == "布" and sb3 =="石头" ):
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