The first argument, *start*, is the starting number of the sequence.
The second argument, *stop*, means to generate numbers up to, but not including this number.
The third argument, *step*, is the amount to increment by. In other words, it's the difference between each number in the sequence. It defaults to 1 if step is not specified.