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 with sorted to make it shorter sort = lambda x: ''.join(sorted(filter(str.isalpha, x)) + sorted(filter(str.isdigit, x)))
list
sorted
sort = lambda x: ''.join(sorted(filter(str.isalpha, x)) + sorted(filter(str.isdigit, x)))
And it's also sorting less element
cool
Loading collection data...
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...