Summary
In this chapter, you have learned about strings, how to define strings, string functions, and string methods. Strings are immutable, they cannot be changed. In the tuple section, you have seen how to create a tuple. Like strings, tuples are immutable. There is no method that exists, which can change the existing tuple or string.