tutorial.eyehunts.com
How to capitalize the first letter in Python | Example code
Use capitalize() method If you want to capitalize the only first letter of a given sentence in Python. This method returns a copy of the ..
Rohit