You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Initialize the underlying phonebook dictionary data structure where keys are contact names (strings) and values are lists of phone numbers (List[str]).
Description: Initialize the underlying phonebook dictionary data structure where keys are contact names (strings) and values are lists of phone numbers (List[str]).
Definition of Done: Passes test_constructor.py.