Computer Science
Fill in the blanks:
'ab'.isalpha() will return value as _________.
Python String Manipulation
6 Likes
Answer
True
Answered By
4 Likes
Related Questions
Fill in the blanks:
The _________ returns the ASCII value of a given character.
Fill in the blanks:
If a string contains letters and digits, function _________ will return true.
Fill in the blanks:
To get each word's first letter capitalized, _________ function is used.
Fill in the blanks:
Function _________ raises an exception if the substring is not found.