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.
This comment is hidden because it contains spoiler information about the solution
mother of code...
This really taught me something new, thanks!
This was a great kata. Also liked how they explained how you'd apply it in the real world. Wish all the katas did this!
No, there is no correct or wrong, your function should work one way and the built-in method works in another way.
So therefore returning False with the non-alphabetic chars should be correct but yet it's asking that the result be True...
Then you should have seen that it only works with alphabetic chars and nothing more.
yes i did
Did you read the docs about the method you use?
Hi there, I know! what I can't figure out is why. Any pointers on what I am missing gratefully received.
Your code returns False instead of True for that input.
This comment is hidden because it contains spoiler information about the solution
Usually such things happen when your solution is incorrect. It is very difficult for us to tell why your solution is incorrect, because we do not know your solution.
Maybe this article will explain some things?
When I try my solution on replit, the result is exactly what is asked for but when I do it on here, it comes back as failed. Does anyone know why this could be happening?? I'm so confused!