Deprecated Lab — Trinket is shutting down
This lab was written for Trinket.io, which is shutting down in August 2026. The embedded trinket.io links on this page will stop working after that date.
These pages are kept for reference only. The current version of this course now runs every lab as an inline Skulpt editor right in the page — no account or install needed. Start at Chapter 1: Welcome to Python.
Change the Turtle Shape¶
With the turtle shape() method we can change your turtle shape to be any of the following shapes
- arrow
- turtle
- circle
- square
- triangle
- classic
1 2 3 | |
The classic shape is a small arrow.
Using a List of Shapes¶
What if we want to use a list of shapes?
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 | |
Sample program¶
Experiments¶
Can you use the new shapes to draw a star or any other shape of your chosing