Home > Topic List > Introduction to the function of converting uppercase to lowercase in Python
In Python, the lower() function converts uppercase letters in a string to lowercase. This function does not alter the original string, but returns a new string in which all uppercase letters have been converted to lowercase. It is a built-in method of a string object and can be called directly on the string. If you want to know more about converting uppercase to lowercase, you can read the article below this topic.
2657 times of learning
Collection22909 times of learning
Collection35481 times of learning
Collection2975 times of learning
Collection