Examveda

What does the isalpha() method of a string object check for?

A. Checks if all characters in the string are alphabetic

B. Checks if the string contains alphabetic characters

C. Checks if the string is in uppercase

D. Checks if the string is empty

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python