For this homework assignment, you’ll build on what you learned in lab. Do not start this homework until you have completed the recursion lab. Consider learning a bit more about Fractles.
Begin by downloading the starter file, and save it locally. You MUST use this starter file to get credit for the assignment.
Choose your favorite fractal, except the Koch Curve (below are three examples). Write a function to draw the fractal for any depth that will fit on the turtle screen.
Use the turtle
module for drawing lines, be creative.
The Dragon of Eve
The Sierpinski Triangle
The Hilbert Curve
Note: Although it doesn’t involve using geometry, the Hilbert Curve is significantly harder than either the Dragon of Eve or Sierpinski Triangle. Only do the Hilbert Curve if you are not feeling challenged in this course and feel up to the task.
The submission:
hmwk8.py
and runs without syntax errorsThe program:
Your submission must include the course header at the top.
Last Submission April 14, 2020 at 10:00PM (EST). Go to our Moodle page. Submit your hmwk8.py
file and fill out your self-assessment.