How to remove an element from a list by index

How do I remove an element from a list by index?

I found list.remove(), but this slowly scans the list for an item by value.

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