回答編集履歴

1

修正

2021/02/21 15:42

投稿

meg_
meg_

スコア10600

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```python
10
10
 
11
- for idx, i in enumerate(element):
11
+ for i in element:
12
12
 
13
13
  if i.h2:
14
14