Description The string method lower will return the string with all characters changed to lowercase. The inverse of this is often the upper method, which will return the string beat uppercase. Just like with previous methods, we call these on a string using dot notation, like “this is the string”. Upper (). This would return the string […]