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.
Thank you for making these SQL katas. I found them very enjoyable to work through. I especially like the comments/intros at the beginnings to each, more people should do those. Thanks again!
test.describe("Year to decade, popular And gregorian)
SyntaxError: EOL while scanning string literal
I think you need to add a ending " to the 'test.describe("Year to decade, popular And gregorian)'
Theres a problem in the tests in that the FW_COUNT and the BW_COUNT are not equal to their required numbers
I am getting the error: "0 should equal ('positive integer')"
The instructions say to not touch them("FW_COUNT" and "BW_COUNT"), yet even if i could i do not know how to get around this problem.
My code does all else that is required however(calls the correct functions and the error string)
Until this is fixed i cannot complete this kata.
Description is confusing to me. I dont see how you can solve this without reverse engineering the test cases(as mentioned by mentalplex).
Random tests are not working as the 'should equal' parts have more than one spaces between the words.
File "", line 18
test.assert_equals(sum_of_numbers(x), , "Did not return the expected value.")
^
SyntaxError: invalid syntax
Please make sure your tests work before publishing...
The tests for the program work- "Zach" returns 18, "Jack" (or any other name) returns 0. Its just when i try to do the hidden tests it says "ypeError: howManyLightsabersDoYouOwn() missing 1 required positional argument: 'st'"
I have little clue what this means. Edit:thanks, ill find out what that means.
TypeError: howManyLightsabersDoYouOwn() missing 1 required positional argument: 'st'
PHP tests are buggy. cant finish.
Test do not match description; instructions say to write "hello world!" not "hello world". Also there are no sample tests.
Cant pass hidden tests.
Description gives nothing.
Description not clear. Also 'cmp' function does not work for me.
Try makeing the user have to use more types of variables, such as boolean or float.