filmov
tv
Basic list operations in Python

Показать описание
This short Python tutorial shows how to simply use basic list operations to get the length of a list, extract, append, extend, insert and remove specific elements in a list. The tutorial also reveals how to get the unique elements of a list. The video shows an easy example with these commands: #len(), #set(), #append(), #extend(), #insert().