u/MastodonIntrepid8264

▲ 1

I have no clue why but when I want to stop the drawing and just move normally it still draws

t = turtle.Turtle()

BAKPACK = "white"

BODY_COLOR = "white"

GLASS_COLOR = "white"

t.pensize(15)

t.fillcolor(BODY_COLOR)

t.begin_fill()

t.fd(400)

t.lt(90)

t.fd(400)

t.lt(90)

t.fd(400)

t.lt(90)

t.fd(400)

t.end_fill()

t.lt(180)

t.fd(200)

turtle.done()

reddit.com
u/MastodonIntrepid8264 — 16 days ago