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.
Pretty sure I'm having floating point errors and I'm unsure how to correct my solution for them. Off by one on a couple tests each time.
On the final basic test I'm getting:
ValueError: invalid literal for int() with base 10: ''
m shouldn't be a non positive int let alone an empty string.
The other 208 tests pass and I'm unsure what is wrong.