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
Explanation:
It capitalizes only the first letter.