26
Elena_Korljukova
7 15 34
3684/ 3945
Елена Корлюкова
Last seen 2 years ago
Member for 4 years, 2 months, 3 days
Difficulty Normal
Best reviews / Newest reviews
native_between_markers_simplified-Jon_Red 2 1
Why write "if begin in text else 0 and if end in text else len(text)" when the condition says "The initial and final markers always exist in a string and go one after another" More
First-bourbaka 1
This code can be written in one line) More
2-liners: both functions work the same-Stensen 1
Two solutions in one code?) I like it! More
native_days_between-Jon_Red 1 1
Cool! Did you derive the formulas yourself? More
Ascending List-vvm70 1
Very good!!! Оказывается, можно было так просто?) More
First-pokosasa 1
может я ошибаюсь, но код выводит неправильный результат для некоторых строк, например 'mama','trrr' More
First-max.rotenko
You can write like this sorted(numbers, key = lambda x: (-numbers.count(x), x)) More