Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

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.

Join the conversation