Python Python リストの最初と最後を除く中央の値を取得 hawk 2021-11-10 / 2021-11-10 _, *mid, _ = [0, 1, 2, 3, 4, 5, 6] print(mid) # [1, 2, 3, 4, 5]