Hello,
List is a mutable data type and Python also provide different built-in functions which can be applied on list.
So this lecture demonstrate all important functions used on list.
append(), extend(), insert(), remove(), pop(), del(), copy(), list(), sort(), reverse() etc.....
#python