Skip to content

Commit 0ba331b

Browse files
committed
updates to markdown content
1 parent b1ebcb4 commit 0ba331b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/trinket/07-flower.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ dan.write('done with flower')
5757
1. Can you change the colors of the petals?
5858
2. Can you change the width of the stem of the flower using the pensize() function?
5959
3. Can you change the size of the petals?
60-
4. Can you change the number of petals?
60+
4. Can you change the number of petals? Why is this problem harder? What assumptions did the original author of the program make?

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ nav:
33
- CoderDojo TC: https://coderdojotc.github.io/CoderDojoTC/
44
- Beginning Python - Trinket:
55
- Introduction: trinket/00-introduction.md
6-
- Trinket Account: trinket/01-turtle-graphics.md
6+
- Trinket Account: trinket/01a-trinket-account.md
7+
- Turtle Graphics: trinket/01b-turtle-graphics.md
78
- Turtle Square: trinket/02-simple-square.md
89
- Variables: trinket/03-variables.md
910
- Loops: trinket/04-loops.md

0 commit comments

Comments
 (0)