回答編集履歴
1
count = 0の位置を修正
test
CHANGED
@@ -10,9 +10,11 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
|
13
|
+
|
14
14
|
|
15
15
|
for word in search_words:
|
16
|
+
|
17
|
+
count = 0
|
16
18
|
|
17
19
|
for target in target_list:
|
18
20
|
|