fixed
Empty result case is unclear.
Should say:
If there are no friends retun an empty list.
And also add a test case:
test.assert_equals(friend(["ONLY_ENNEMY"]), [])
Otherwise, thanks.
Loading collection data...
fixed
Empty result case is unclear.
Should say:
If there are no friends retun an empty list.
And also add a test case:
Otherwise, thanks.