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.
See my other reply.
In short, when this error occurs, this means that the tests expected to receive an equation string from
equal_to_24
, but instead got"It's not possible!"
, and theSyntaxError
is raised as a result of callingeval
.This is a known issue with the code runner which is not specific for this kata. I will mark your report as resolved, and there already are corresponding tickets on CW's Github.