from import turtle *
pensize(1)
color("black" "yellow")
begin_fill()
fd(7)
lt(4)
end_fill()