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.
Not a syntax error, just lazy test making.
The test suite does not guard against
equal_to_24
returning"It's not possible!"
before callingeval
(when an equation is expected). Thus, the tests try to runeval("It's not possible!")
, and since"It's not possible!"
is not valid Python syntax, aSyntaxError
is raised.well said, updated, thanks
There are 3 different boxes, each with different commands. Solution for one won't work for another. Box number is given to you as function argument.