回答編集履歴

1

追記

2020/07/29 21:28

投稿

ForestSeo
ForestSeo

スコア2722

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  lst = [True,True,True,True,True,False,False,False,False]
6
6
 
7
- lst. index(False)
7
+ lst.index(False)
8
8
 
9
9
  ```