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.
This comment is hidden because it contains spoiler information about the solution
very good english lol..
Most likely this is a type issue (you return a string and the assert is expecting an integer).
This comment is hidden because it contains spoiler information about the solution
You aren't testing to check for the weight of the draft.
This solution actually checks that if the melons are divided into two equal parts (weight / 2), that the two equal parts are even. There is no requirement that the two parts be equal in size, however.
your solution returns
false
to divide(6) butThis comment is hidden because it contains spoiler information about the solution