#13 Modifying Strings in Python (Python Tutorials)
Modifying Strings
This tutorial is the sixth video about strings. In this part, you will
learn how to modify the strings in python. These modifications include
changing the lowercase letters to uppercase ones and vice versa, splitting
the texts from a certain character like comma, removing the empty spaces at
the beginning or the ending of a string and so on.