1/3 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/3 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/3)
-
dictionarySummary(staff) to return {'managers': 2, 'employees': 3, 'owner': 2}
-
dictionarySummary( {"numbers": [1,3,5,7,9,10]} ) to return {'numbers': 6}
-
dictionarySummary( {"numbers": [1,3,5,7,9,10], "names": ["Joe", "Michael", "Ellie"]} ) to return {'numbers': 6, 'names': 3}