Python 3 – String lower() Method
Python 3 – String lower() Method Description The method lower() returns a copy of a string with all case-sensitive characters converted to lowercase. Syntax Below is the syntax of the lower() method – str.lower() Parameters NA Return Value The method…