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.
2515 times of learning
Collection22705 times of learning
Collection35256 times of learning
Collection2820 times of learning
Collection