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.
No real need for the extra line in compile, match will take the pattern as arg
This comment is hidden because it contains spoiler information about the solution
There are some conditions in the testing, which are not outlined in the instructions or at least it is not clear to me.
table>thead>tr>th>/th>th>lorem/th>....
It leaves at an empty th>/th> but it does not specify under what circumstances it should be so
The items in the data with None, should match an empty '' string, not specified in the instructions either.
**Sorry cannot complete the HTML tags, because they dont appear in the comment
Test function is spelled getRealFloor() and the submit is spelled get_real_floor()... no big deal, just annoying
How do you avoid the sqrt() evaluating a negative number and throwing an error?
This comment is hidden because it contains spoiler information about the solution
divmod was clever, not a fan of looping thru the whole dict