From eab7d3f3a9ea1017b4d288442e66dd8b4d1b9cce Mon Sep 17 00:00:00 2001 From: David Scobie Date: Wed, 9 Dec 2020 19:49:39 +0000 Subject: [PATCH] Task 167 https://github.com/UCL-RITS/rse-classwork-2020/issues/167 --- week09/refactoring/initial_person_class.py | 1 + 1 file changed, 1 insertion(+) diff --git a/week09/refactoring/initial_person_class.py b/week09/refactoring/initial_person_class.py index e2734a1..cc95025 100644 --- a/week09/refactoring/initial_person_class.py +++ b/week09/refactoring/initial_person_class.py @@ -51,3 +51,4 @@ def average_age(group): assert average_age(my_group) == 28.75, "Average age of the group is incorrect!" assert len(nash.connections) == 1, "Nash should only have one relation " print("All assertions have passed!") + # \ No newline at end of file