startString = "TeST StrIng" lowerCaseString = startString.lower() print(lowerCaseString) # Output -> "test string"