commit a1dcf0f8e0baa838f8881b2ec243e83346bd610a
parent a0e33f3af53362d333abb0ff0740957a060bbd9d
Author: 諒太 林 <ryouturn@gmail.com>
Date: Fri, 30 Aug 2024 20:47:14 +0900
kill 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]