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

Best reviews / Newest reviews
First-Sim0000 1
I think having a simple marker `is_abs` can replaces lines 2 and 9 by: is_abs = path.startswith('/') if is_abs: return '/' More
Workhorse-veky 1 1
Thank you @veky, this is something new for me today https://docs.python.org/3/library/contextlib.html#contextlib.suppress More
Clean and simple.-Celshade 1 1
Since you have typehints in function definition, you don’t need an extra comment for that More
First-viktor.chyrkin 1 1
Imagine how much easier it could be to read. enemy_mark = 'X' if your_mark == 'O' else 'O' More
1 Liner with set (57 characters)-ermichin158 1 1
:) someone is coming after veky :) 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-JamesNippoc
cutting variables to one symbol doesn't make the solution faster More
First-dasich12
the difference between those two functions is in line 12 More
switch-case-bryukh 1
I would put it in some category More
Second-ciel
One liner from this one https://py.checkio.org/mission/roman-numerals/publications/mdeakyne/python-3/first/share/53882d47af904f942fc8daf06c0ed270/ 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
1 2 3
4
5 6 7 8 9 10 11 12 13 14 15 16