Javatpoint Logo
Javatpoint Logo

Python String isalpha() Method

Python 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.

Signature

Parameters

No parameter is required.

Return

It returns either True or False.

Let's see some examples of isalpha() method to understand it's functionalities.

Python String isalpha() Method Example 1

Output:

True

Python String isalpha() Method Example 2

Output:

False

Python String isalpha() Method Example 3

Output:

String contains alphabets

Next TopicPython Strings





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA