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

Best reviews / Newest reviews
First-codeAligned
you don't need to convert letters into a list More
Maybe too many lines-Cocoolanu
I agree, it worth to think how to make the text smaller More
beginner-cougarmilk
Not bad. I hope solutions of other players showed you how better it can be solved More
namedtuple to help visualise the thing-KODeKarnage
I can't resist of giving +5 for well commented solution + namedtuple Very educational. Thank you More
First-freixodachamorra
but you don't need to use init here 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
First-ndj_ys 1
if you want to convert 7 -> 07 you probably don't dict. Check how str.format works More
Modular Cramer's rule-martin_b
wow.. this is too many math here. Thanks More
First-Shikou__Yamaue
well, this is beautiful each step has 4 lines :) More
collections and itertools-lsdda
not bad, but it is always better to do improrts outside of function More
First-johan4622
it is better to use zip instead of enumerate here. More
First-RadekBrich
transform is a good way to do it More
First-boris.pilka
it is good that you know enumerate. More
First with OrderedDict from collections-Molot
This is an interesting idea of keeping order and removing duplicates. More
Solution Number Length-RobWcool 1
in order to solve this problem you don't need any new variables in your function. Why? More
First-DavidVargas 1
I think it is way too many comments More
Python sort with function keys-wtprogrammer7
wow... this is a lot of traces here :) More
1 2 3 4 5 6 7 8 9
10
11 12 13 14 15 16