COMP 151, Spring 2024, Lab 03

Lab 03: Experiments with Turtle

Our book has some nice content using turtle, such as this activity, but doesn’t involve enough problem solving with it.

So, I created a custom lab which involves turtle, random, and just a bit of problem solving.

Instructions

Choose any code block from the book. Something from the Drawing a Circle with the Turtle activity would be fitting, but it doesn’t really matter.

You need to write code that satisfies the following requirements:

Note: Each turtle should choose its color and radius independently of the other turtles.

When you are done, raise your hand and show me your code.

Hints