Skip to content

Commit

Permalink
completed task 168 UCL-RITS#168
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidScobie committed Dec 9, 2020
1 parent 500562a commit 5365016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions week09/refactoring/initial_two_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ def average_age(self):
assert my_group.average_age() == 28.75, "Average age of the group is incorrect!"
assert my_group.number_of_connections("Nash") == 1, "Nash should only have one relation"
print("All assertions have passed!")
#

0 comments on commit 5365016

Please sign in to comment.