Scheduling each element of the classes list requires a loop. Start with a counter variable called index, and set it to 0.
index
0
Make sure to type index = 0.
index = 0