Hello friends ı need a help about this homework ı need to draw a circle but with dashed circle .
Can Anyone Helpme Thank You.
I assume that you have already learned turtle.penup ()
and turtle.pendown ()
. Have you been taught about turtle.circle ()
and that turtle.circle (radius, arc_angle)
will draw an arc instead of a full circle?
If you are not familiar with penup/pendown, you can still use the arc technique
as BashBedlam proposes, but alternate colors.
Paul