Hello,
To break it down, “enemies” is an array that holds a list of the enemies. When len() is placed around an array, it will count the number of enemies (in this case) in the array and return a number value. The number value returned from len(enemies) allows you to compare it to other number values like an index to use in a for/while loop.