A for-loop is a way of going through an entire sequence of items, like a list. A for-loop "iterates" over a sequence, which means it does something to each item in that sequence. With for-loops we can carry out a command for multiple items in a sequence.
- Check out the for-loop description on w3schools.