smart
Oh... I finished this kata using py3 and returned a filter object and it worked
Not in Python 2, this solution is at least 6 years old.
I thought filter() would return a filter object instead of a list?
I was originally going to do this with the [0][-1] but it is a lot more readable using (login, email). That would contribute to best practices I guess.
Loading collection data...
smart
Oh... I finished this kata using py3 and returned a filter object and it worked
Not in Python 2, this solution is at least 6 years old.
I thought filter() would return a filter object instead of a list?
I was originally going to do this with the [0][-1] but it is a lot more readable using (login, email). That would contribute to best practices I guess.