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.
same!!
Never thought of using a traditional for loop with characters!
Wow!
I was writing an answer exactly like yours, but then I thought "hey, there must be already a method that does this". A few searches later and voila!
A pythonian answer.
Same here. Tests run fine, but apparently, my code takes over 12 seconds to complete when I Attempt. Using List class and converting to array when returning, which I think might be the problem.
I like this answer the best. Why use a car when your destination is only a meter away?
Glad to see someone else answering the kata with a loop and basic conditional statements :)
it's quite easy - look for list comprehensions
I liked how you left comments on every logical step. Well done!
Finally a top answer that is not a flashy one liner. The for loop was very clever!
This is basically what I wrote. Nice!
Easy to read and very pythonesque!
It looks clever because I don't understand it well.
If fear this is a math problem more than a programming problem.
Loading more items...