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.
Oooh I see it now. Thank you, I have passed all the tests :)
What do you mean with returning the function call?
This comment is hidden because it contains spoiler information about the solution
returning
So, I finally resolved the problem and my program does what it's intended, but for some reason I cannot pass the sample tests on codewars.
I can pass them in visual code or any other IDE
I read it, but I can't understand what the outcome should be. The exercise asks to delete one value and return that list, or another list without that value, like the example shows.
Mutation still checks wrong, at least in Python3