from turtle import *
begin_fill()
color("yellow")
circle(70)
end_fill()
done()
