In the previous chapters, we took a break from learning Python basics and we learned all about Turtle and using it to draw straight lines, shapes that are formed with straight lines, circles, curves, and even text. We finished the chapter with a bunch of cool and colorful mini projects.
In this chapter, we’ll go back to the basics of Python and learn about strings, what they are, how to create them, how to manipulate them using various pre-defined functions available in Python, and getting direct ...