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

Best reviews / Newest reviews
First with OrderedDict from collections-Molot
This is an interesting idea of keeping order and removing duplicates. More
First-boris.pilka
it is good that you know enumerate. More
First-RadekBrich
transform is a good way to do it More
First-Kairat 1
I think it is an incorrect solution. No? More
First-Marshall00 1
you don't need to use `else` here More
First-johan4622
it is better to use zip instead of enumerate here. More
translation dict and zip-Phil15 1
sorry, later I add precondition about same size of two strings More
collections and itertools-lsdda
not bad, but it is always better to do improrts outside of function More
Clean and simple.-Celshade 1 1
Since you have typehints in function definition, you don’t need an extra comment for that More
Always dreamt of using reduce :)-vit.aborigen 1
your dreams came true with CheckiO :) More
min of dict of enumerate of zip of splitlines of strip by count of columns of argument of key of min-veky 2 1
solution's name looks like a new programming language. You can call it CiO-Spoiler :) More
First-Shikou__Yamaue
well, this is beautiful each step has 4 lines :) More
Modular Cramer's rule-martin_b
wow.. this is too many math here. Thanks More
First-BrianMcleod 1
condition at line 2 can be simple `'#' in plan` More
First-Merzix 1 1
I've sorted sailors before using in my speedy solution :) More
keys()-kurosawa4434 1 1
minus!!! I didn't even know that this is legal :) More
First-ndj_ys 1
if you want to convert 7 -> 07 you probably don't dict. Check how str.format works More
Elementwise arrays product-quarkov 1
In 99% of using `while` it can be replaced with `for`. More
sMartix-Kamilet
do you really need asserts inside the actual code? Why do you use `_` before the variable name in function `sm_copy`? More
1 2
3
4 5 6 7 8 9 10 11 12 13 14 15 16