When you want to repeat operations, you can use loops. Loops give you a
neat way to do something a set number of times or to do operations until
a certain condition (that you define) is met. Collection types such as arrays
and dictionaries use loops for iteration.