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

Best reviews / Newest reviews
Always dreamt of using reduce :)-vit.aborigen 1
your dreams came true with CheckiO :) More
Clean and simple.-Celshade 1 1
Since you have typehints in function definition, you don’t need an extra comment for that More
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-Alex_Rybalka 1 1
на что хочется обратить внимание - такая запись: if 'help' in subj or 'urgent' in subj or 'asap' in subj: return True немного более понятная чем такая: if subj.find('help') != -1 or subj.find('urgent') != -1 or subj.find('asap') != -1: return True More
translation dict and zip-Phil15 1
sorry, later I add precondition about same size of two strings 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-roman80 1
Do not mix camelcase getSizeColumns getColumnsForEncode and undescore decode_amsco encode_amsco For Python underscore is always the best choice :) More
"Non-unique Elements" / SevenDayEngineer-sevendayengineer 1
Hi :) Do you mind if we put your solution into "3rd party" solutions category? More
First-UFO665 1
This is a very good and clear solution as for me. The only question I have is Why camelcase? More
First-veghadam1991
I don't understand num_drones = all_drones . More
First-pohmelie 1
welcome back. Long time no see :) More
1 2 3
4
5 6 7 8 9 10 11 12 13 14 15 16