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.
it doesn't work for None
Damn I feel dumb. Thank you for showing me how to do it better
Thank you, for explain it!
I am also write like this
i feel like thats the best way to learn lol, at least imo.
Thanks for taking the time to clarify, appreciated.
This comment is hidden because it contains spoiler information about the solution
I really don't understand how this one works
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I was so frustrated trying to figure this out. Gave in and tested the top rated solution only to get this. Way she goes.
It's always so simple in hindsight
This comment is hidden because it contains spoiler information about the solution
This no longer is a valid solution because we have a testcase in which string = "" and it should return [""]
it basically means you cast a list of a list. don't do it.
the split method already returns a list.
Loading more items...