commit deba1f46be4b014a56b82e3773d8c4d7e0b8aea1 parent af1cd194d860552932b756f3b719eef985e5bcc7 Author: 諒太 林 <ryouturn@gmail.com> Date: Fri, 30 Aug 2024 20:57:18 +0900 update test Diffstat:
| M | test.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test.py b/test.py @@ -26,12 +26,12 @@ def main(): print(count) - print(count[0] >= camLimit) if count[0] >= camLimit: if count[0] > count[1]: escapeR else: escapeL + print("RL same!") elif count[1] >= camLimit: escapeL