diff --git a/python/lp3thw/Exercise25/ex25.py b/python/lp3thw/Exercise25/ex25.py index 269f732..63b9542 100644 --- a/python/lp3thw/Exercise25/ex25.py +++ b/python/lp3thw/Exercise25/ex25.py @@ -32,4 +32,4 @@ def printFirstAndLastSorted(sentence): """Sorts the words then prints the first and last one.""" words = sortSentence(sentence) printFirstWord(words) - printLastWord(words) + printLastWord(words) \ No newline at end of file