Python String lower()
Returns a lowercase string version. Minimal Example As you read over the explanations below, feel free to watch our video guide about this particular string method: Syntax and Explanation str.lower() Returns a lowercase string version. Here are a few examples: You can find the full algorithm for lowercasing a string in the section 3.13 of … Read more