Untitled
unknown
plain_text
9 days ago
270 B
2
Indexable
Never
screen = turtle.Screen() screen.bgcolor("white") pen = turtleTurtle() pen.color("red") pen.width(2) pen.begin_fill() pen.left(140) pen.forward(224) pen.circle(-112, 200) pen.right(120) pen.circle(-112, 200) pen.forward(224) pen.end_fill() pen.hideturtle() turtle.done()
Leave a Comment