Q19
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
AnswerD.
Checks if the string is empty
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board