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.
Same here, in Clojure. Program works in the REPL but fails on codewars. :\
d
This kata is amazing, despite its level I had some troubles.
Check again. 99 Python users didn't have a problem.
In Python,one of the tests is inaccurate.
Test.assert_equals(solve("your code rocks"),"skco redo cruoy")
I tried to import math, but I got error as below. If I don't import the function, same error occured.
Traceback:
in
in is_square
ValueError: math domain error
I coded in Python.
I tried to use "Set" but it seems something causing an error when compling. I can run my code when I copy and paste in to Eclipse though.
error messages are below:
FAILURE: Build failed with an exception.
Execution failed for task ':compileJava'.
This comment is hidden because it contains spoiler information about the solution