Method to capitalizes first letter of string in Python?

Q & ACategory: PythonMethod to capitalizes first letter of string in Python?
Admin Staff asked 3 years ago

Method to capitalizes first letter of string in Python?

1 Answers
Admin Staff answered 3 years ago

Syntax to capitalizes first letter of string in python is:-
capitalize()