A lot of times, we might want a list of numbers generated for us. If that's the case, we can use the colon operator : to create so-called sequences.

Nice! The colon operator will create a sequence by adding 1 until it reaches 15.

Didn't we want to use the colon operator?