39 i - Oversætte

All of the uppercase characters in a string can be changed to lowercase using Python's built-in lower() function. When performing case-insensitive comparisons, formatting user input, or reliably processing text data, this is especially helpful.

more details: https://docs.vultr.com/python/....standard-library/str

Python str lower() - Convert to Lowercase | Vultr Docs
docs.vultr.com

Python str lower() - Convert to Lowercase | Vultr Docs