This video shows Python Upper and Lower case functions
The upper() method converts all lowercase characters in a string into uppercase characters and returns it.
The lower() method returns the lowercased string from the given string. It converts all uppercase characters to lowercase. If no uppercase characters exist, it returns the original string.