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.
Woops, you're damn right about the location of the error, sorry... :/ (I need holidays, it seems...).
Tho, it still stands that the problem is in your code: the check function fails because you send to it an int instead of a sequence, meaning a
list
. ;)Note: when you post code, don't forget the spoiler flag and use proper markdowns so that it's easier to read it.
EDIT: I see that there are no visible expected outputs in the sample tests. That's unfortunate... you need to return lists of integers, here.
hi,
nope, your code isn't right. Just read the error message:
Don't forget that sample tests are just "sample". Meaning that the full test suite contains many other tests, and there is at least one of them where your code fails.
Further information:
print
to get the inputs and debug your codeIssue
== dysfunctioning kata => that's not the case => closingQuestion
== the flag you should have used for this ;)cheers