About Lesson
In this part of our python tutorials, you will learn how to loop through a list. To do this,
you can use four different methods that produce the same results. Throughout this tutorial, you will
learn how to loop through a list using the while and the for loop.