Untitled
unknown
plain_text
2 years ago
172 B
5
Indexable
import turtle as t t.bgcolor("black") t.pencolor("yellow") t.pensize(8) t.up() t.goto(-200, 0) t.down() for i in range(5): t.forward(400) t.right(144) t.hideturtle() t.done
Editor is loading...