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 think it should be fixed
Fixed
Can't you see the first example?
In what way
91
is consecutive in the arithmetic sense?I mean, mostly of the "issues" in this kata are people who don't read the descriptions and then complain when they're rejected by the tests because they're blind. The spoonfeeding being asked is too far.
Not an issue
Not an issue
Out of spec.
Can't you read the error descriptions, then check your code?
Most language versions needs random tests.
Not a kata issue, a CW issue (specifically, the new runner). See https://github.com/Codewars/codewars.com/wiki/List-of-Affected-Kata
Anyways, fixed
Same issue....
Same issue. I tried to return 0 as well and the error pops up too.
All tests pass and then I get the following error.. Is something broken here?
Traceback (most recent call last):
File "main.py", line 16, in
__actual = __solution(__number);
NameError: name '__solution' is not defined