In the previous chapters, we learned how to play with numbers in Python. We looked at the different types of numbers in Python, the various operations you can do, and using various modules and pre-defined methods to have fun with Python!
In this chapter, we’re going to look at yet another module in Python, the Turtle module. We’re going to learn all about Turtle, using it to draw graphics, shapes, deigns, text, and so much more. We’re going to end the chapter with a bunch of cool mini projects ...