質問編集履歴
1
ミス
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
for i
|
13
|
+
for i range(3):
|
14
14
|
|
15
15
|
if list1[i] == 'apple' and list2[i] == 'apple'
|
16
16
|
|