commit 2e203cfa8adeb1122ffbba894315b0b923c470f0
parent aeb89d3095c708a07c1624656f117fc24e999492
Author: 諒太 林 <ryouturn@gmail.com>
Date: Sat, 31 Aug 2024 09:01:26 +0900
show str
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hacku-tokyo-v2-pim.py b/hacku-tokyo-v2-pim.py
@@ -95,7 +95,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):
@@ -112,7 +112,7 @@ def dump(src, keep):
else:
str += '-- '
keep[y][x] = target
- #print(str)
+ print(str)
count=[RightCount,LeftCount]
return count
# 仕様メモcount=[RightCount,LeftCount]