In the previous chapter, you were introduced to the Turtle library in Python. We looked at drawing lines and shapes with Turtle, and we even learned how to draw a mandala design entirely composed of lines.
In this chapter, we’re going to take a deeper look into Turtle. You’ll learn how to draw colors to your designs and draw circles and arcs of all shapes, sizes, and angles. You’ll also learn how to draw text on screen. At the end of the chapter, you’ll learn how to change the angles of your drawings and ...