Python Programming – Project 4 – Getting Loopy

Students will be introduced to “for” loops, and how we can take advantage of them to make interesting shapes with the turtle library. Students will also learn about conditional statements  with python’s “if():” statement, which can be used to check a condition, and only run code if it is true.