Python String lower() Method
Definition and Usage
The lower() method returns a string with all characters in lowercase.
Symbols and numbers will be ignored.
Syntax
string.lower()
Parameter Value
No Parameters
The lower() method returns a string with all characters in lowercase.
Symbols and numbers will be ignored.
string.lower()
No Parameters