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.
The easiest thing is probably to just print out the parameter values:
In the case you mentioned, you'll see that
s
has the value"Making Progress"
.The function is supposed to return
True
orFalse
, so if you don't pass it, you are probably returning the wrong one. :-)(I guessed that you're using Python from your previous submissions. In the future, it's always handy to state your language when you are asking about a multi-language kata.)
Let me know if you're still stuck and I'll try to hint you in the right direction.
Good luck!
I recieve and error when submittimg: "✘ Making progress" but i have no clue as to what or why it's failing. Is there a better description for what "Making Progress" means?