We can loop over a list of colors and tell Tina to turn that color.

Run this program, and see where the colors come from. What happens if you add or remove colors from the list?

Want to make this program your own? Change what tina does inside the for loop. What else could she do for each color?


Thanks to Trinket.io for providing this assignment, part of their Hour of Python (opens new window) course.