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.
This comment is hidden because it contains spoiler information about the solution
I've tried to solve this task in Python, but there is a syntax error problem with test data:
"File "/workspace/default/tests.py", line 11
SyntaxError: unterminated string literal (detected at line 11)"
This comment is hidden because it contains spoiler information about the solution
Fixed in latest fork
Fixed by OP
Approved
JavaScript fork to add random tests and chai.
Fixes this issue.
Thank you for your response
JavaScript
Unspecified AssertionError
when failing, which is very unhelpful for troubleshootingThis comment is hidden because it contains spoiler information about the solution
Approved
python new test framework is required. updated in this fork
Not a kata issue, data is already a JSON object, why are you trying to parse it?
This comment is hidden because it contains spoiler information about the solution
Never mind, figured out the culprit. I was returning "Nice" instead of "Nice!", same deal with naughty. After fixing that the tests passed.
Loading more items...