For exercise 2, I always got:
Failed test case: Failed execution for club description Fitness Club.
Expected:
Function must run properly,
but got:
Exception thrown: name ‘club_members’ is not defined.
For exercise 2, I always got:
Failed test case: Failed execution for club description Fitness Club.
Expected:
Function must run properly,
but got:
Exception thrown: name ‘club_members’ is not defined.
The function name should be defined as get_club_members() and should return the members of the club! Hopefully, you haven’t changed anything above exercise one, but make sure all previous cells are run though!
I did not change anything. All tests passed. The exception said name ‘club_members’ not found – this is the table name, not the function name.