Cohort 1: Web Development with Python (AI Technologies)

Conditional statements in Python

Thus far, every program we have written has been executed line by line in order. Instead of executing every line of code every single time a program is run, it is often useful to create sections of the program which are only executed in certain situations.