質問編集履歴
1
ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
list2 = ['apple','banana','orange']
|
6
6
|
|
7
|
-
for i
|
7
|
+
for i range(3):
|
8
8
|
if list1[i] == 'apple' and list2[i] == 'apple'
|
9
9
|
apple = apple + 1
|
10
10
|
```
|