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.
Overall very poorly written question. I had to re-read everything over and over for complete comprehension. And for the final result to work with all test cases I needed to use round() instead of int(). This is a poor use of time. If something that insignificant is going to pass everything save for one test case, then the round outcome should be explicitly requested.
Passsed it. However, the instructions are not clear that the space padding for each floor is decreasing. Deciphering missing instructions should not be part of the coding challenge.