Skip to content

Commit

Permalink
Task 167 UCL-RITS#167
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidScobie committed Dec 9, 2020
1 parent 5365016 commit eab7d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions week09/refactoring/initial_person_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
#

0 comments on commit eab7d3f

Please sign in to comment.