40
oduvan
15 34 57
10059/ 10664
Last seen 1 day ago
Member for 13 years, 11 months, 6 days
Difficulty Easy
love it!

Best reviews / Newest reviews
Clear-LAyer_8 1 1
I think those two functions have something in common :) Line 3: I think you don't need function list here More
First-FenixarKing 1
pretty straight forward You can replace lines 22:24 by return len(stack) <= 0 More
Always dreamt of using reduce :)-vit.aborigen 1
your dreams came true with CheckiO :) More
sorted-Cjkjvfnby 1 1
I like the idea here of not using the third function http://www.checkio.org/mission/min-max/publications/samulih/python-27/first/ More
Binary count-AleksandrKasianov 1
I've just found out that definition of `str.count` is different than `list.count` >>> help(list.count) count(...) L.count(value) -> integer -- return number of occurrences of value >>> help(str.count) count(...) S.count(sub[, start[, end]]) -> int More
string format-toufalk
WOW! I need to think about it More
First-pkstarstorm05 1
we are looking for the best solution for this mission. Upvote if you like it More
and-veky 1
the fact of using checkio=lambda*a: instead of def checkio(a): make it look like puzzle for me More
First-ciel
+1 for the right and clear solution -1 I would do lambda as an main function only for puzzle solution :) More
First-VadimZabiiaka
I don't this that using "max" as variable is a good idea More
Second-jcg
I love this explanation before actual code More
First-subaru
you should check **if .. elif .. elif .. else** More
InspiredbyFaibbus -oduvan
idea was stolen from http://www.checkio.org/mission/end-of-other/publications/Faibbus/python-3/first/ More
First-andreusan
Do you think you can generate winningRanges in global scope? More
for in if-evoynov
I would send it to Creative category More
First-slickLash 1
line 6 is so messy. Maybe Creative? :) More
First-veghadam1991
I don't understand num_drones = all_drones . More
First-pohmelie 1
welcome back. Long time no see :) More
scipy dijkstra-ciel
... import * (( Also too many one-letter variables. More
Simple Datetime Objects-GeospatialDaryl
lines 8 and 9 can definitely be simpler More
1 2 3
4
5 6 7 8 9 10 11 12 13 14 15 16