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.
Does this work for "aaa" (should be false)?
This comment is hidden because it contains spoiler information about the solution
Nice, thank you.
I'm stuck though because the defaulted function I built doesn't excpect any particluar arguments.
Using eval I could write the defaulted function with the parametersignature of the original, but that wouldn't be right, would it? :)
This comment is hidden because it contains spoiler information about the solution
you don't need to have that extra index variable, since you can just have the index be the second argument you receive of the 'for' (for line, index in field)