When you create a for loop, what's stopping you from creating two? Nothing! In fact, it is very common to create nested for loops that run inside of one another. A nested for loop is when two (or more) loops run inside of one another.