Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
No response, closing.
don't use permutations
Just don't use itertools. You don't need to check all the permutations.
This can be done with out it. :)
Yes, you can't list out all the permutations every, time. Imagine the permutations of a length 10 number. That's 10 factorial. A lot, and there are multiple larger random tests
Not an issue, when 5000 people complete it in python, your code is 99% wrong, or your version of python is wrong
When I try to test my code, it shows that "421 should equal 441". I ran my code in different IDLEs and it worked. I don't understand why it is not working in this kata. (Python)