Write the syntax for isalpha( ) method.
Answers
Answered by
0
Explanation:
hey there.
int isalpha(int argument); Function isalpha() takes a single argument in the form of an integer and returns an integer value. Even though, isalpha() takes integer as an argument, character is passed to isalpha() function.
...
isalpha() Return Value.
isalpha() Return Value.Return Value Remarks
Non zero number If the parameter is an alphabet
plz mark my answer brainlist.
Answered by
0
Syntax for isalpha:
• The syntax of the isalpha string is
String_Value.isalpha()
• Python isalpha is one of the Python String Method applied to check whether the specified string has at least 1 character, and the character is either an alphabet or not.
• The isalpha() function authorize whether a character is an alphabet or not.
Hope it helped..
Similar questions
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Physics,
1 year ago
Math,
1 year ago