16
Parzifal
2 12 28
1178/ 1445
Last seen 5 years ago
Member for 8 years, 8 months, 2 days
Difficulty Normal
Best reviews / Newest reviews
First-sculylr 2
word.lower() is not necessary, due to input requirements More
"Absolute sorting"-harrior 1
Nice. Converting tuple to list is necessary for the sort method. Can be a bit shorter if you return line 3 directly. More
Touch of Cohen-veky 1 1
I hope you'r not getting bored providing excellent solution for simple missions. More
DigitsMultiplication.c-trudnopodobny 1 1
if int(a) != 0: is the same as if int(a): More
Ooh, aah, just a little bit...-veky 1
This is nearly exactly what i intended to do, only that for you it worked (thanks to the little trick), nice. I used def instead of lambda and hid the try there, although thinking about it, it seems more logical to have it in main... Also, return 0,0,0 does not work for me. It needs to be a list. St More
I Love Python-Pooja_Checkio
When i look at some of the better solutions, it seems not so easy at times. More
First-denys.contant
Nice use of Libs. Also well readable. More
j.. j.. j.. join!!!-StefanPochmann 1
line 2 is producing an error in my environment? Why? More
First-Parzifal
TODO: 1. find out, why checkio does not accept numpy solution (line 43) 2. break down ugly part in eval_flow 3. there might be a more elegant solution for part 1, too. More
Math-bryukh
I am a bit confused about the import of type alias List in your(?) mission. For some time i tried to make good use of it, but finally dropped it. I cannot find it in your solution, too... More
First-takisjp
Nice, but comments are not contributing. More
Person-CallEric
Thanks for the prosa explanation. More