ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the use of .capitalize method?
It capitalizes the entire string
It capitalize on the first letter of the string
It capitalize the strings which are in small case
All of the mentioned
Correct Answer: B — It capitalize on the first letter of the string
It capitalizes only the first letter.