Python String islower() MethodLast Updated : 30 Dec 2025 Python string islower() method returns True if all characters in the string are in lowercase. It returns False if not in lowercase. Syntax of Python String islower() MethodIt has the following syntax: ParametersNo parameter is required. ReturnIt returns either True or False. Different Examples of Python String islower() MethodLet's see some examples of islower() method to understand it's functionalities. Example 1A simple example to understand how to apply this method. It returns true, see the example below. Output: True Example 2It returns False if any single char found in other case than lowercase. See the example below. Output: False Example 3String can have digits also and this method works in letters case and ignores digits. So it returns True, see the example below. Output: True Next TopicPython Strings |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India