Python to Lowercase a String โ€“ str.lower() Example

1 ยท freeCodeCamp.org ยท Aug. 26, 2022, 10:49 p.m.
Strings can be in different formats such as lowercase, capitalized, and uppercase. In this article, I'll show you how to convert a string to lowercase in Python. A lowercase string has all its characters in small letters. An example is python . A capitalized string has the first letter of...