Open Kamilet opened 6 years ago
That isn't working now
Thanks for letting me know the test have changed since I solved this. Probably there are some other solutions too which might not work currently, due to improved test cases.
Improved new solution here.
While this might pass the new tests, I wouldn't call it the improved solution (compared to my original one). It lacks the elegance and simplicity of the original.
If I return to solving Checkio tasks regularly, I might consider rewriting my solution, but I wouldn't hold my breath waiting for that to happen.
I got a problem in this: checkio and found your solution here.
That isn't working now, but gave me a lot of inspiration 😄 , Thanks a lot.
Some new situations in checkio here may assert error:
` assert is_family([["Logan","Mike"],["Alexander","Jack"],["Jack","Logan"]]) == True, '!'
Improved new solution here.