diff --git a/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt b/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt index 2f2b5dbbfc5a14e2215834202a84e2d645d39f45..65c532dacee4aeb376f0dd937bd841fbe001ee62 100644 --- a/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt +++ b/Part 2/1. File processing, error handling/Exercises/Exercise 3 - Remove blanks.txt @@ -1,3 +1,2 @@ Write a program that replaces all multiple blanks by a single blank from a text in a file and displays the text on the screen. -The new output should then be saved in an separate file. - +The new output should then be saved in an separate file. \ No newline at end of file