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.
Oh... I see... Yes I was. Sorry!
Maybe there is something that I did not understand, but the random cases seem to be wrong in python... The triplets are never scored:
[3, 3, 6, 3, 5] => 350 should equal 50
[2, 2, 6, 6, 6] => 600 should equal 0
[3, 4, 4, 4, 2] => 400 should equal 0
etc.
I pass the tests when there is no triplet though