Description : Use methods like upper(), lower(), and split().
Answer :
Python strings have various built-in methods that allow you to manipulate and transform string data. Some commonly used methods include upper(),lower(),split(),join(), and replace().