To convert all of the uppercase characters in a string to lowercase, use Python's built-in lower() method. This is especially helpful for processing text data consistently, handling case-insensitive comparisons, or formatting user input.
more details : https://docs.vultr.com/python/....standard-library/str
Like
Comment
Share