s = \'the brown fox\'
...do something here...
s should be:
s
\'The Brown Fox\'
What\'s the easiest
Why do you complicate your life with joins and for loops when the solution is simple and safe??
Just do this:
string = "the brown fox" string[0].upper()+string[1:]