Computer Science
Fill in the blanks:
To get each word's first letter capitalized, _________ function is used.
Python String Manipulation
2 Likes
Answer
title()
Answered By
1 Like
Related Questions
Fill in the blanks:
If a string contains letters and digits, function _________ will return true.
Fill in the blanks:
'ab'.isalpha() will return value as _________.
Fill in the blanks:
Function _________ raises an exception if the substring is not found.
Fill in the blanks:
Function _________ divides a line of text into individual words.