tutorial.eyehunts.com
Python replace the first character in string | Example code
Use Python built-in replace() function to replace the first character in the string. The str.replace takes 3 parameters old, new, and count
Rohit