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.
Thanks DrevOZ!
Author should edit the description to make clear that you can try to guess with zero lives but the error is expected to be raised no matter if the guess right or not.
In Python: Exception is raised by "raise 'Error'"
Note that you should throw it when guessing with zero lives, not as soon as the lives is ran out. I.e. you can try to guess with zero lives but the error is expected to be raised no matter if the guess right or not.