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.
He uses for i in range(10), so the final roll is only added as rolls[1] from strike or rolls[0] from spare.
Love this solution. Had to spend 20 minutes reading Python Documentation to truly understand how it worked, but it was totally worth it.
Great explanation, thanks!
This comment is hidden because it contains spoiler information about the solution