Flow control

1. loops
2. conditionals

Loops

Two types of lopls: for, while

for

range

less memory intensive way of storing a list.

First number is inclusive and second number is exclusive of.

while

At each cycle it checks a condition

Conditionals

1. if statement
2. else statement
3. elif statement