Computer Science, asked by samnaniinaya971, 1 year ago

Write the syntax for isalpha( ) method.

Answers

Answered by cajaysinh594
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 laraibmukhtar55
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