Re: [Tutor] Return keys with unique values from a dict

2018-05-08 Thread Mats Wichmann
On 05/08/2018 04:33 PM, Glen wrote: > Hello, > > I had a task to define a function that would take a dict input and return > only the keys with unique values into a list. > > Here is my code, which was awarded full marks, but I am pretty unhappy with > it. I feel like I did a band-aid job after m

[Tutor] Return keys with unique values from a dict

2018-05-08 Thread Glen
Hello, I had a task to define a function that would take a dict input and return only the keys with unique values into a list. Here is my code, which was awarded full marks, but I am pretty unhappy with it. I feel like I did a band-aid job after my first submission did pass mall the unit tests. I