Home
/
Python 3.11
/
Built-in Types
/
lower
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
lower
Python 3.11
Return a copy of the string with all the cased characters [4] converted to lowercase.
Syntax
PYTHON
Copy
str.lower()