回答編集履歴
1
不必要なものを削除
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
reset(
|
39
|
+
reset()
|
40
40
|
|
41
41
|
#booleanvarをiの分だけ用意
|
42
42
|
|
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
#初期化
|
60
60
|
|
61
|
-
def reset(
|
61
|
+
def reset():
|
62
62
|
|
63
63
|
for w in cb_lst:
|
64
64
|
|