Session 4, #6: Additional Challenges: Multiple Figures


Multiple Figures

These are engaging exercises that are not needed for the flow of the course but for students who finished the first parts early.

Our previous program loops through a file of color names:


Challenge: Create a file of your favorite colors by clicking on the + button. You can list the same color multiple times, but you can only have one color per line.
Create an program that draws two different figures: one from the original file of colors and one from your color of files.
Hint: to see both figures, move the turtles before you start drawing, so they do not overwrite each others' drawings.