Python string provides some very useful in built function, refer
below snippet for implementing these in your code.Refer code for following questions.
How to change all words to uppercase in python
How to change all words to lowercase in python
How to make first letter capital in python
How to remove trailing spaces in python
How to split string by whitespaces in python
How to split string by "-" in python