From e400aade675bf54461565103f02ab588a9dbf920 Mon Sep 17 00:00:00 2001 From: Ganome Date: Tue, 20 Apr 2021 00:32:51 +0000 Subject: [PATCH] Exercise 25 - Does not run on own - must be interacted with inside python terminal --- python/lp3thw/Exercise25/ex25.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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