@@ -7,7 +7,7 @@ semester: s25
77## Lab 03: Experiments with Turtle
88
99Our book has some nice content using ` turtle ` , such as [ this
10- activity] ( https://runestone.academy/ns/books/published/monmouth -comp151-spring25/Projects/drawing_a_circle.html#drawing-a-circle ) ,
10+ activity] ( https://runestone.academy/ns/books/published/mc -comp151-spring25/Projects/drawing_a_circle.html#drawing-a-circle ) ,
1111but doesn't involve enough problem solving with it.
1212
1313So, I created a custom lab which involves ` turtle ` , ` random ` , and just
@@ -17,7 +17,7 @@ a bit of problem solving.
1717
1818Choose any code block from the book. Something from the [ Drawing a
1919Circle with the
20- Turtle] ( https://runestone.academy/ns/books/published/monmouth -comp151-spring25/Projects/drawing_a_circle.html#drawing-a-circle )
20+ Turtle] ( https://runestone.academy/ns/books/published/mc -comp151-spring25/Projects/drawing_a_circle.html#drawing-a-circle )
2121activity would be fitting, but it doesn't really matter.
2222
2323You need to write code that satisfies the following requirements:
@@ -45,7 +45,7 @@ When you are done, raise your hand and show me your code.
4545- To draw a circle, learn about [ ` turtle ` 's ` circle `
4646 method] ( https://docs.python.org/3/library/turtle.html#turtle.circle ) .
4747- You will need just a little bit of [ chapter
48- 6] ( https://runestone.academy/ns/books/published/monmouth -comp151-spring25/Sequences/toctree.html )
48+ 6] ( https://runestone.academy/ns/books/published/mc -comp151-spring25/Sequences/toctree.html )
4949 content to create a list of possible radii, and maybe a list of
5050 possible colors. Luckily, we'll cover enough of that right before
5151 lab.
0 commit comments