HackUTOKYOv2Pim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f1b2d119dbc003fbd0390a335e97e84f12975c02
parent 4edd7fd79a8244f6e59401bce5c8be59a2efee38
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Fri, 30 Aug 2024 20:43:08 +0900

update test

Diffstat:
Mtest.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test.py b/test.py @@ -53,7 +53,7 @@ def difference(a, b): return a - b def dump(src, keep): - os.system('clear') + #os.system('clear') RightCount = 0 LeftCount = 0 for x in range(0, 32): @@ -70,7 +70,7 @@ def dump(src, keep): else: str += '-- ' keep[y][x] = target - print(str) + #print(str) count=[RightCount,LeftCount] return count # 仕様メモcount=[RightCount,LeftCount]