When using range, there are three variables that can be inputted: the start, the stop, and the step.
The start: tells the program what number to start from.
The stop: tells the program what number to stop at however, it stops one number before that.
The step: tells the program how much to increment the count by.