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.
I have modified the tests so that, even if the user's code modifies the list of customers, the validation messages refer to the original customer list. I also modified the validation procedure to give a diagnostic message that explicitly compares the number of rooms used by the user solution to the correct number of rooms.
(This refers to Python - I will do the other languages as soon as possible.)
I am traveling without access to a computer, but I think what is happening is that your code is modifying the list of customers. I added something to the description clarifying that should not be done.
Once I get home I will modify the validation procedure to provide clearer debugging messages.