commit f35ddb775db92f5e79e5e2ebb13342264d0f4df6
parent 9ecf7ed979bf254146fdf9e2f64d3d213939a49f
Author: 諒太 林 <ryouturn@gmail.com>
Date: Sat, 31 Aug 2024 09:11:24 +0900
close 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]