We can also use a range to iterate through numbers.

Can you use the .. operator to iterate through the 2 to 5  range?

Fantastic work! Iterating through values in a range is a fast way to loop through numbers.

Oh noes! How might we create a 2..5 range?