We can also use loops within functions. We can wrap a function around a loop and make it reusable.

Add a loop keyword to complete the function.

Yay! We started at three, so we got  3 followed by 4 and then 5. But what if we want to start with another number?

Make sure to choose while, since no loop starts with if - that's a conditional keyword.