how to print in lowercase python code example
Example 1: python lower
string.lower()
Example 2: string.lower
string.lower() -- Finds a uppercase on the string argument then sets it back to lowercase
string.lower()
string.lower() -- Finds a uppercase on the string argument then sets it back to lowercase