12
Urza
2 10 27
679/ 745
Last seen 2 years ago
Member for 9 years, 7 months, 23 days
Difficulty Normal
Best reviews / Newest reviews
Second-Urza
I'm more happy with this one than from the previous! :) More
First-Urza
I'm not very proud of it, it's ugly... :/ More
re.findall & lower-flpo
Brillant, makes me want to learn to use re, after my terrible coding to get the same effect without... More
First-Urza
I find it quite terrible... :/ More
count-Sim0000 1
Just forgot it was possible. Thank you. More
First-Urza
# **Humbly asking for your help** If anybody skilled is lurking around... (and btw may you please forgive my english, I'm french...) I used the Python documentation about sorting in order to do multi-sorting. But.. I have to admit that I really still don't understand the reversed(specs) As More
First-oduvan 1
I have to admit it's well thought. :) More
Three solutions + 1 in comments-Phil15 2
Three interesting builds earns three pluses. I particularly like the second one, as I didn't realize using slices on an empty list raises no exception. It may sound naive. After all, I am a rookie and there's maybe still a long way ahead. Thank you btw. More
36-liner: 7 easy examples-przemyslaw.daniel
Thank you for this pedagogic samples. More
Clear-zalikovka
Nice way to manage it with "string strategy" rather than euclidian division and modulo. Well documented too. Nice solution in my humble opinion. More
First-lucaskiefers
Nice way to do it with suppressing the bad ending and without using replace() and join() methods. More
First-Joeri
Surely the fastest way to do it (Indeed, the problem hasn't so many ways to be developped...) More
1 line-thealfest1 1
Congratulations! To think I was sure to be as fast as I can with using a comprehension list for replacement, then joining. Thank you for this simple way to do things! :) More
Third-Urza
At least I'm becoming a bit more able to sum it up. Sorry folks not to be faster to do it. :) More
str.index - ValueError-oduvan 2
I'm ashamed I didn't think about it. :) More
max-count-bryukh 1
May you pardon me if this question is stupid, but why is the syntax "text.count" and not "text.count**()**"? More
First-Urza
Got a harsch time on this one but it seems dict were an efficient tool to take care of it. Correct me if I'm wrong, it's always nice to learn from better people. More
First-Urza
May you pardon me for not knowing anything about regular expressions or the any() function before solving it. ^^ More
galochka_pass-baymeevag 1
It told me a lot about the any() built-in function. Thank you so. =] More
First-Urza
So ugly! Forgive me lords of coding, I didn't know exactly how the join() method was working... ^^' More
1
2