Code a condition to run the loop as long as the index is less than the length of the classes list.
index
classes
Make sure to pick index, followed by <, and finally len(classes).
<
len(classes)