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.
Thank you very much IkigaiBouken!
The code is going to evaluate the return statment and in this case it will give back a boolean because you're using a comparative operator like <, >, <=, >=, ==, and so it's going to look at health > 0, evaluate it and either say it's True or False. So basically it will always return a boolean, decided by the comparison being correct or not.
Keep getting "submission timeout" error.....
Python "Least Common Multiple" kata always complains about my indentions. I've double checked them in my local Python Interpreter and they are good. Very annoying. Love the site otherwise. Thank you.