+2 votes
in Class 11 by kratos

Why we use islower( ) method in python?

1 Answer

+3 votes
by kratos
 
Best answer

The method islower( ) checks whether all the case-based characters (letters) of the string are lowercase

...