Submit a well-formatted pull request to our class blog with embedded Trinket programs for the assignment below. Complete this on your own, using any class materials you need (including the additional resources on the syllabus). Do not look at other students’ submissions until after you’ve completed your work.
In your program, remember to leave comments via Python’s #
or using Trinket’s inline comments.
After your programs are done, check other students’ work and other resources online if you had questions. Include a reflection about what you think you’ve learned and any concepts that are still fuzzy to you. Did you encounter frustrating situations? Did you feel a lightbulb turn on?
Turtlehacking
Now that we know a little about how to make Turtles do cool stuff, let’s hack them!
The Turtle library is code that someone else wrote for us. You can see the full extent of that code here. We went over lots of the Turtle module’s functionality in class, and you can find more if you’re interested online.
Use what we learned and what you discover about turtle to make your program as cool as possible, whatever that means to you.