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.
2536 times of learning
Collection22736 times of learning
Collection35300 times of learning
Collection2855 times of learning
Collection