我有[0, 1, 2, 3, 4]我想要的列表[1, 2, 3, 4].我该怎么做?
[0, 1, 2, 3, 4]
[1, 2, 3, 4]
python arrays list
arrays ×1
list ×1
python ×1