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.
OK, I deleted this line in my code and passed all the tests :). You may call me a liar, but when I was trying to do so previous time, I couldn't pass this one particular test.
I am sure that there's an error in this test, just because I inserted this line into my code:
if coordinates == '-177.96186842018926, 53.94099':
return True
And then it seemed to work. I used Python.
One of the tests in this kata is broken
'-177.96186842018926, 53.94099' is expected to be true due to the tests, but the first value is not in range of (-90; 90)