How do you draw an ellipse/oval in turtle graphics in Python? I want to be able to draw an ellipse and part of an ellipse using the circle()
function or similar. I can stamp one using
turtlesize(stretch_wid=None, stretch_len=10, outline=None)
But I don't want it to be color filled.