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.
2320 times of learning
Collection
22459 times of learning
Collection
35024 times of learning
Collection
2647 times of learning
Collection