Python Programming Language Lists Tutorial
Hi everyone, welcome back. In this tutorial, I will show how to perform basic tasks involving lists in Python. A list is a data structure in the Python language and it is capable of storing several items in a singular list variable. Lists are a built in data type in Python. We will go over list related functions and how lists can be manipulated in this tutorial.