質問編集履歴

2

追記

2019/03/21 02:11

投稿

sequelanonymous
sequelanonymous

スコア123

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,7 @@
49
49
  以下の[記事](https://x1.inkenkun.com/archives/861)
50
50
 
51
51
  に記載されてるように、listオブジェクトを作成してから値を代入するほうが速度が増すなどの検証結果がかかれてたりします。
52
+
53
+
54
+
55
+ リストの初期化の種類は[この記事](https://it-ojisan.tokyo/python-list-init/)

1

追記

2019/03/21 02:11

投稿

sequelanonymous
sequelanonymous

スコア123

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,11 @@
41
41
 
42
42
 
43
43
  ```
44
+
45
+
46
+
47
+ --補足
48
+
49
+ 以下の[記事](https://x1.inkenkun.com/archives/861)
50
+
51
+ に記載されてるように、listオブジェクトを作成してから値を代入するほうが速度が増すなどの検証結果がかかれてたりします。