Commit 8b37901b by BellCodeEditor

save project

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