Course Content
Lesson 1: Introduction to Python
0/2
Lesson 2: Start making decisions in your code
0/2
Lesson 3: Expanding if statements using elif(else if)
0/1
Lesson 4: While Loops
0/2
Marie Codes Course – Python fundamentals 101 –

A for loop lets us go through a list of items one by one and do something with each item. It also allows us to access the index, which is the position where Python stores each item in the list.

0% Complete