Skip to content

Commit

Permalink
updates to markdown content
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccreary committed Nov 3, 2022
1 parent 734fd97 commit 2273305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added docs/img/stop-sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/trinket/04a-stop-sign.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Python Turtle Graphics Stop Sign

![](../img/stop-sign.png)

In this lesson, we will use variables and for loop to draw a stop sign.
We will also show how to use the penup, pendown, color, begin_fill, end_fill and write functions.
Our write function will also change the font size using the ```font=("Arial", 30, "normal")``` parameter.
Expand Down

0 comments on commit 2273305

Please sign in to comment.