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.
Hmmm... Check mine. #pythonNewbieToday
Check mine.
This comment is hidden because it contains spoiler information about the solution
Boom! Started learning Python today. Just completed the "Tour" chapter of a Python eBook.
I learnt about list comprehensions.
I do have programming experience though. Been "JavaScript"n for years.
Clean code. Loop variable names doesn't always have to be "i".
Thank you for your response, I'm sorry I'm not sure what you mean by that? I'm not getting an error message, my question is about why the test question expects False when the negation of the ox statement should be true.
So far, you understood how it works. The error message is shown if the first argument of
test.expect
isn't True.No, it isn't, read how match works.
This this is telling me
str.match()
does not have alength
property, that's wrong