Question: Write the code in Python Write a program with a function that accepts a string as an argument and returns a copy of the string
Write a program with a function that accepts a string as an argument and returns a copy of the string with the first character of each sentence capitalized. The program should let the user enter a string and then pass it to the function, printing out the modified string SAMPLE RUN #1: python3 sentencecapitalizer.py Interactive Session Hide Invisibles Highlight: (None D show Highlighted Only Enter.sentence.to be capitalized:hello. .my name.is Joe. .what.is your Hello..My name.is Joe..What.is your name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
