filmov
tv
Lecture - #8 List in Python | Operation on list | Built-in function in list

Показать описание
#list #python #built-infunction #listinpython
In this lecture we will discuss about list.
A list is a data structure in Python that is a mutable, or changeable, ordered sequence of elements. Each element or value that is inside of a list is called an item. Just as strings are defined as characters between quotes, lists are defined by having values between square brackets [ ]
Operation performed on list
Built-in function available in python.
In this lecture we will discuss about list.
A list is a data structure in Python that is a mutable, or changeable, ordered sequence of elements. Each element or value that is inside of a list is called an item. Just as strings are defined as characters between quotes, lists are defined by having values between square brackets [ ]
Operation performed on list
Built-in function available in python.