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.
Do you want that I put in the description the different returns of each languages? I thought the description could be as general as possible - kind of mathematical description - and that it was easy to see in the "Your tests cases" (BTW I see many katas without "Your test cases") the return form for each language. I noted in the description:
Isn't it sufficient? I'm not resistent to that but I thought it was not useful to make the description longer and to repeat in it the "Run tests". As for "issues" I don't see where it is described what issues are exactly and I understand that beginners post easily issues because they don't know what to do. Nevertheless thank for your post and I hope you would be kind enough to bring me more precisions and suggestions.
Problems with the description are issues, and the description should match the language.
I'm not sure why you're so resistent to this; it's already in a code block, so this should be trivial to do.
Didn't you see the "Your test cases" in Python?
The form of the return is depending on the language (Python and Haskell want a tuple).
There it shows a list, but the question wants a tuple.
Read the description:
You can also see what is needed in "Your examples test cases".
PS: Issues are for katas that don't work. Everything is not an issue. It can be "Suggestion" or "Question":-)
In the task example, it asks for a list, but the actual question requires a tuple. (Python)
Inclusive.
Specify whether n should be inclusive please.