Python String isalpha() MethodPython isalpha() method returns true if all characters in the string are alphabetic. It returns False if the characters are not alphabetic. It returns either True or False. SignatureParametersNo parameter is required. ReturnIt returns either True or False. Let's see some examples of isalpha() method to understand it's functionalities. Python String isalpha() Method Example 1Output: True Python String isalpha() Method Example 2Output: False Python String isalpha() Method Example 3Output: String contains alphabets Next TopicPython Strings |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India