commit a0e33f3af53362d333abb0ff0740957a060bbd9d
parent 296dae6f14fb015245ad24016c26ac074e1c0e51
Author: 諒太 林 <ryouturn@gmail.com>
Date: Fri, 30 Aug 2024 20:46:32 +0900
view log
Diffstat:
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]