filmov
tv
Python Lists: Indexing and Slicing

Показать описание
Lists in Python have some nice ways of accessing the elements inside. Slicing in Python allows us to get new lists that are chunks of the original list. This can be a powerful feature for manipulating our data.