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.
There are always three args.
Seems that it is not a kata issue. Better to always do multiplication before division.
One of the test cases (the first one) only passes two arguments when the function requires three. I can set the third arg (the head start) to a default of zero to get around this, but I'm still getting the incorrect number.
Any advice? I've scoured the instructions but I can't find anything about being passed only two args.
I know enough to know that I'm looking at OOP, but other than that, I'm lost. Looking forward to getting better at OOP. I'm sure this will make sense to me eventually!
I had no idea this existed. Thank you for sharing :)
Python will consider 0 to be False and any number besides 0 to be True
This comment is hidden because it contains spoiler information about the solution