Skip to main content

Continuous Countries

In this section we'll be working on an essential part of programming: loops.

We'll extend our project from the last section and allow the user to continue interacting with it until they choose to end the program.

To do that, we'll need loops. But loops are useful for far more than just that—and throughout the rest of the book (and your programming journey) you'll find yourself using loops over and over again.