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.
Is there a more complete Items array I'm missing? One of the tests is about "Cheese and Onion Crisps" being out of stock, but that isn't in the array given in the instructions. Are we supposed to add items to the array as we go?
Very good kata! A little trickier than I thought it would be and I learned a bit about python math and a diferent way of configuring a return statement. Thanks!
This comment is hidden because it contains spoiler information about the solution
My code works fine except for the tests where it's supposed to throw a type error. I've tested the code in my IDE (PyScripter) with all the invalid data types I can think of and it always throws a type error there, but apparently it's not doing it in the kata tests. Is there something I'm missing? Is each invalid data type supposed to show a specific error message?
This kata was my first introduciton to using regex, and I feel like I fell down the rabbit hole a little bit. More challenging than I thought it would be. Thanks much!
This was a fun one. As a Tolkien nut, I wish there were more Middle Earth themed katas!
This comment is hidden because it contains spoiler information about the solution
Same here with the python. I noticed 2 discrepancies:
I don't know if these are actually causing in error, they're just a couple things I noticed.