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.
Can you explain this a little further please? why is it only used for the section with '='?
Its just a way of expresing the values received from tuple unpacking. It will work without the brackets too.
Note For larger n values, it is more efficient to use the sorted() function rather than nlargest (see Python doc heapq).
_
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Typo in round 3 because Frank has already used 5.
Round 3: Frank 5 11, Sam 7 10, Tom 6 9. Frank starts from 11 and wins the round either way.:
Should be
Round 3: Frank 8 11, Sam 7 10, Tom 6 9. Frank starts from 11 and wins the round either way.