Untitled
unknown
plain_text
2 years ago
249 B
2
Indexable
Never
import turtle t = turtle.Turtle() t.shape('turtle') t.speed(50) t.forward(200) t.up() t.right(90) t.forward(50) t.down() t.right(90) t.forward(200) t.up() t.right(90) t.forward(25) t.down() t.right(90) t.color('red') t.speed(10)