Good job for getting through all three lessons! Now, let's get started on today's project.
Project #3:
Part 1: An important part of programming is refactoring your code. Refactoring means editing your code to make it as clear and efficient as possible. Now that we have learned about loops, please go back to your last two projects and update your code to use loops when possible.
Part 2: Please create a project on repl.it that draws one of the three graphics below using Python with Turtle. Please use loops in your code.
Note: When creating the new repl.it file, select "Python with Turtle" and not "Python" for the type of project.