Snowman
- mike
- 3 years ago
- 124 views
One fun activity to do when it's snowing is to build a snowman! Unfortunately, some places aren't lucky enough to have snow year-round. So what can we do instead if we want to build a snowman? Well, we can do what mike did! We can use Python with Turtle to give our turtle instructions to build a big great snowman! Python with Turtle gives us a lot of creative options to choose from as well. We can give our snowman glasses, or a cape, or a scarf, or all three! What accessories would you give your snowman?
import turtle
t = turtle.Turtle()
Locked
Canvas
Console