Exercise: Sentence-wise Reversing a File
Try an exercise on sentence-wise reversing a file.
We'll cover the following
Problem statement
In this challenge, you have to read a file and break it up into sentences using the full stop delimiter (.
). You should strip off the full stop from the output, reverse each sentence, and print it to the output file reversed_file
.
Sample input
Get hands-on with 1400+ tech skills courses.