12
Urza
2 10 27
679/ 745
Last seen 2 years ago
Member for 9 years, 7 months, 10 days
Difficulty Normal
Best reviews / Newest reviews
str.index - ValueError-oduvan 2
I'm ashamed I didn't think about it. :) 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
count-Sim0000 1
Just forgot it was possible. Thank you. More
galochka_pass-baymeevag 1
It told me a lot about the any() built-in function. Thank you so. =] More
First-oduvan 1
I have to admit it's well thought. :) More
3rd FizzBuzz_51-turtle51
Quite elegant and that taught me much. Thank you. 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
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
First-Joeri
Surely the fastest way to do it (Indeed, the problem hasn't so many ways to be developped...) More
First-lucaskiefers
Nice way to do it with suppressing the bad ending and without using replace() and join() methods. 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
36-liner: 7 easy examples-przemyslaw.daniel
Thank you for this pedagogic samples. 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
# **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-Urza
I find it quite terrible... :/ More
First-Urza
I'm not very proud of it, it's ugly... :/ More
First-mr.floppy
Thanks a lot for this simple and elegant solution. It taught me much as I was totally wrong about how join() method was working. Thank you for this too. More
Second-Urza
I'm more happy with this one than from the previous! :) More
Unique Elements-john.sabath
Pretty simple and effective. Congrats! More
1
2