tutorial.eyehunts.com
Python program to capitalize first & last letters of each word of a given string
First, do slicing the String convert 1st character and convert it to upper case and Concatenate the string with remaining-1 length...
Rohit