Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1line Coding solution in Clear category for Correct Sentence by 1persongloria
def correct_sentence(text) :return text[0].upper()+text[1:]+["","."][text[-1]!="."]
Jan. 25, 2019