回答編集履歴
1
ソース修正
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
インデントを下げてください
|
2
2
|
```
|
3
|
+
for img in imgs:
|
3
4
|
img.carving()
|
4
5
|
```
|