#Lists in Python – Part 3 (Python Tutorials)

#Lists in Python - Part 3 (Python Tutorials)

Lists in Python (Part 3)

In this third part of the python tutorials about the lists you will learn how to extend a list or add
a new element to it. Also, you will learn how to concatenate two separate lists together. In addition,
you will see how to remove an item from the list using three different methods. Finally you will learn
how to delete the entire list itself or make it an empty list.

Watch The Video on Youtube