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

Join The Discussion