Skip to content

Commit 6058a5b

Browse files
Fix links to runestone book
1 parent 5e4ad63 commit 6058a5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_courses/comp151/s25/lab02.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ semester: s25
77
## Lab 03: Experiments with Turtle
88

99
Our 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),
1111
but doesn't involve enough problem solving with it.
1212

1313
So, I created a custom lab which involves `turtle`, `random`, and just
@@ -17,7 +17,7 @@ a bit of problem solving.
1717

1818
Choose any code block from the book. Something from the [Drawing a
1919
Circle 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)
2121
activity would be fitting, but it doesn't really matter.
2222

2323
You 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

Comments
 (0)