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.
https://docs.python.org/2/tutorial/datastructures.html#list-comprehensions
Is this a correct answer? If I pass 'Start small, but will succeed!!' as input, it returns 'tartSay small, utbay illway succeed!!' So, I think it's not a correct solution or I misunderstood this kata. If there's punctuation at the end of a word, then the word should be untouched? Can anyone explain this?
Yeah, but IMO importing a module seems a bit overkill, though.
I'd vote this one as the best practice because it loops once when necessary. Yes, this code is longer than the one with most vote, but it's much more efficient.
This comment is hidden because it contains spoiler information about the solution