How to change the first character of the line to uppercase in a text file? e.g. input is: abc xyz Bd ef gH ij
output should be: Abc xyz Bd ef GH ij -- http://mail.python.org/mailman/listinfo/python-list
How to change the first character of the line to uppercase in a text file? e.g. input is: abc xyz Bd ef gH ij
output should be: Abc xyz Bd ef GH ij -- http://mail.python.org/mailman/listinfo/python-list