-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
from turtle import *
bgcolor("skyblue")
speed(1)
pensize(3)
shape('turtle')
up()
goto(-150,100)
down()
fillcolor('red')
begin_fill()
right(90)
fd(110)
lt(135)
fd(70)
rt(90)
fd(140)
lt(90)
fd(150)
lt(90)
fd(150)
lt(90)
fd(140)
rt(90)
fd(70)
end_fill()
penup()
goto(50, 50)
down()
dot(30, "black")
hideturtle()
Metadata
Metadata
Assignees
Labels
No labels