質問編集履歴
1
python実行時にlist index errorが起こる
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Python
|
1
|
+
Pythonでのlist index error
|
test
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
```
|
14
|
+
|
15
|
+
times_info.insert(number, [p_times[0][0],p_times[-1][1],(p_times[-1][1] - p_times[0][0]).seconds])
|
14
16
|
|
15
17
|
list index out of range
|
16
18
|
|