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.
why, just why?
The Best :)
really 🤣🤣🤣
Nice one:)
WTF!!!
Woooow!
Nice trick :)
really cool
This comment is hidden because it contains spoiler information about the solution
method as property pretty cool:)
love it :)
Oh My GOOOOD, WOWW that's really cool :)
That's the best solution buddy :)
Damn i always forget to use the return of the sorted method, thanks for the tip :)
A tip: you could just replace
list
withsorted
to make it shortersort = lambda x: ''.join(sorted(filter(str.isalpha, x)) + sorted(filter(str.isdigit, x)))
And it's also sorting less element
cool
Loading more items...