...
/Exercise: Sentence-wise Reversing a File
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
Access this course and 1400+ top-rated courses and projects.