Introduction to Python
Python String Methods - lower(), upper(), swapcase()
lower() - returns the string in lower case
upper() - returns the string in upper case
swapcase() - Swaps cases, lower case becomes upper case and vice versa
-by Yatin Jog