Home
Press ? for keyboard navigation
❮
Square using the circle command
Move turtle without drawing (penup, pendown, goto)
❯
Triangle
examples/turtle/triangle.py
import
turtle
trt
=
turtle
.
getturtle
()
trt
.
circle
(
100
,
steps
=
3
)
turtle
.
exitonclick
()
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)