commit 6d050b6e3dea09cf493a77432f5084787a055621 parent deba1f46be4b014a56b82e3773d8c4d7e0b8aea1 Author: 諒太 林 <ryouturn@gmail.com> Date: Fri, 30 Aug 2024 21:00:38 +0900 update test Diffstat:
| M | test.py | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/test.py b/test.py @@ -28,8 +28,10 @@ def main(): if count[0] >= camLimit: if count[0] > count[1]: + print("R>L") escapeR else: + print("R<L") escapeL print("RL same!") elif count[1] >= camLimit: