Convert String to Lower Case
In the Python programming language you can use the lower() method to convert any string to lower case. Here is the sample Python code to convert string to lowercase.
Suggested reading
Some more examples of string conversions in Python.
Convert String to Uppercase in Python Python Convert String to Lowercase