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 –

In this lesson, we will learn how to make decisions in Python. We will use the input function to grab user input, create variables to store that input, and then use if statements to decide what happens next. An if statement checks a condition, and if the condition is true, the program does one thing; otherwise, it does something else.

0% Complete