質問編集履歴

1

python実行時にlist index errorが起こる

2021/03/10 05:29

投稿

begginer_pygo
begginer_pygo

スコア16

test CHANGED
@@ -1 +1 @@
1
- Python list index error
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