In this lab you will create programs that implement some of the concepts that you’ve recently learned in class and in your readings. Specifically, you will practice writing and using for
loops to handle repetitive operations.
Goals
for
loops to solve a variety of programming problemsPermitted Functions
Below is a list of the functions you are allowed to use in this lab. Generally, the rule is if you can use it in a previous lab, you can use it in this lab. If there is something you want to use but it isn’t listed here, first check if it is on your class slides / runestone and if it’s not there ask your professor.
Instructions describing what commands are available for drawing shapes can be found here.