Python public recipes
The string_lower_case variable stores the lowercase copy of the original string.
string_lower_case = original_string.lower()
The string_lower_case variable stores the lowercase copy of the original string.
string_lower_case = original_string.lower()