How do I remove the first item from a list?

How do I remove the first item from a list?

[0, 1, 2, 3]   →   [1, 2, 3]

← Назад к списку