Vidyalelo
Python · Q19

MCQs for Python Strings: Exam

Programming · Python · question 19

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
Answer
D.
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