We can also generate numbers and loop through them using the range()
function and For Loop.
We can specify the max number in the range function. The loop will start from 0 and end before it.
We can use this function to iterate through our lists using indices.