質問編集履歴
1
python実行時にlist index errorが起こる
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Python
|
1
|
+
Pythonでのlist index error
|
body
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
### 発生している問題・エラーメッセージ
|
6
6
|
|
7
7
|
```
|
8
|
+
times_info.insert(number, [p_times[0][0],p_times[-1][1],(p_times[-1][1] - p_times[0][0]).seconds])
|
8
9
|
list index out of range
|
9
10
|
```
|
10
11
|
|