Google News
logo
Python - Interview Questions
How will you check in a string that all characters are in lowercase?
islower() : Returns true if string has at least 1 cased character and all cased characters are in lowercase and false otherwise.
Advertisement