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.
There are no instructions how to sort words with same first letter,
and standard Python tests don't cover these cases.
I cannot even describe the found solution,
it looks unnatural for me
Ruby done, in this fork
Enabled in this fork
Approved
done for python. Pending for Ruby and JS.
python new test framework is required. updated in this fork
Yes.
Do we remove punctuation?
Some problem I see:
My test for
sort("Only souls themselves and like of only understand themselves, As the souls understand themselves")
return correct string:
"and like of only souls souls the themselves themselves themselves understand understand Only As".
But after attempt I got:
Expected: 'and like of only souls souls the themselves themselves themselves understand understand Only As',
instead got:
'and like of only souls souls themselves the themselves themselves understand understand Only As'
start your code with this first line to see the input:
(the arrows are to expose an empty string or any leading / trailing whitespace)
I dont understand ! I pass all random test but when I want to submit I fail the last test ..... what is this teeeest about omg
Approved
Python translation with random tests
No random tests.
Loading more items...