Untitled
unknown
plain_text
a year ago
386 B
6
Indexable
import turtle turtle.speed(1) turtle.bgcolor("black") turtle.color("red") turtle.begin_fill() turtle.left(140) turtle.forward(180) turtle.circle(-90, 200) turtle.left(120) turtle.circle(-90, 200) turtle.forward(180) turtle.end_fill() turtle.left(140) turtle.circle(200, -200) turtle.left(120) turtle.circle(200, -200) turtle.hideturtle() turtle.done()
Editor is loading...
Leave a Comment