Python lower

The Python lower function converts the given string into Lowercase letters and returns a new one. Let us see how to convert a string to lowercase with an example, and the syntax is String_Value.lower() Python lower function Example The following set of examples helps to understand how to convert a string to lowercase using the … Read more