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

Best reviews / Newest reviews
First-Julia_Makeyeva
а как бы ты решила с использованием set? More
First-NikitaYatsura
text.split() - делаешь дважды. А как сделать так, чтобы только один раз? 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
sMartix-Kamilet
do you really need asserts inside the actual code? Why do you use `_` before the variable name in function `sm_copy`? More
collections and itertools-lsdda
not bad, but it is always better to do improrts outside of function More
First-Kairat 1
I think it is an incorrect solution. No? More
First-RadekBrich
transform is a good way to do it More
First-boris.pilka
it is good that you know enumerate. More
First-arbores401
I like your solution. How you split it on sub-function to make the logic more clear Thank you More
First-OleksandrIvanov
Very good solution and right direction of thinking. You think the following: "(1)I'll check every element of the given list, (1)I'll check how many other same elements in the given list, (3) if the amount is bigger than 1, then this element will be included in the result list" as you can see - no More
First-dsibi 1
good, keep going and share more of your solutions... More
Solution Number Length-RobWcool 1
in order to solve this problem you don't need any new variables in your function. Why? More
Python sort with function keys-wtprogrammer7
wow... this is a lot of traces here :) More
First-Toma__Kara
when I see for...append, I always think yield More
Life is Short!-PHANTOM0308
a fun way to use bool as index for predefined list More
Acceptable Password I-JimmyCarlos
I'm wondering what is a better way to do `a > 6` or `a >= 7` ? More
Using len, string-barborakacerovska
password is str already. No need to explicitly convert it More
First-josefernandez 1
if condition: return True else: return False Can be always replaced by return condition More
1 2 3 4 5
6
7 8 9 10 11 12 13 14 15 16