generated from mwc/project_drawing
da2ba3566d04b051f2aeda0351affcfee083d703
This took far too much time to do. What I realized about my own work habits is not having strict due dates makes it easy for me to procrastinate... (In good news, I'm finished with my summer job, so I should be able to get back on track quickly.) I also don't consider myself a creative or artistic person, so it took a while to build any sort of momentum. Something I hadn't anticipated was having degrees() from math not work. I had imported the functions in the same way we had imported those from turtle, and I had previously used degrees() in another assignment, so I was surprised degrees() didn't behave as I thought it would. I'm not sure what the difference between from math import * and import math is, or what it means to say something like math.degrees, but I ended up doing the latter and got it to work. It's interesting to me to have all this documentation and information online while at the same time not knowing what's immediately useful or important to focus on, or even what I'm ready to understand and know yet.
Description
No description provided
Languages
Python
100%