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

Best reviews / Newest reviews
alexgerdom's one-linerized-suic 1
:) now we should have "3rd party Creative" category More
First-modolee 1 1
you can do simplier else -delta.days you can also use abs function More
First-fomenbox 1
Отличное решение. ) перед .split не надо. More
First-fomenbox 1
Супер! Только не стесняйся использовать более осмысленные имена переменных. Тогда код будет чуть легче читаем * vowels * consonants * words More
re.sub-Sim0000 1
I think I saw something like this already, but instead of your like 6 it was replace expression. More
First (='ω'=)-Magu 1 1
good, except you don't need square brackets in sum. So you work with generator instead of list comprehension More
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
First-Rounin 1
this is a pretty creative, why "Uncategorized" ? :) More
First-Moff 1
Wow, I would say it is a very creative solution, especially line 5 More
Very Simple-Pouf 1 1
Video Code Review https://youtu.be/196f9o5KPqU?t=7m17s More
Second-Domenica_Coello 1 1
too many scopes. def index_power(a, n): if len(a)-1 < n: return -1 else: return a[n]**n More
Binary count-AleksandrKasianov 1
I've just found out that definition of `str.count` is different than `list.count` >>> help(list.count) count(...) L.count(value) -> integer -- return number of occurrences of value >>> help(str.count) count(...) S.count(sub[, start[, end]]) -> int More
re.sub-Sim0000 1 1
Wow, now I learn "nonlocal" function More
keys()-kurosawa4434 1 1
minus!!! I didn't even know that this is legal :) More
First-Merzix 1 1
I've sorted sailors before using in my speedy solution :) More
Second-gyahun_dash 1
I would put it in creative category More
Clear-LAyer_8 1 1
I think those two functions have something in common :) Line 3: I think you don't need function list here 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
sorted-Cjkjvfnby 1 1
I like the idea here of not using the third function http://www.checkio.org/mission/min-max/publications/samulih/python-27/first/ More
17-liner: rescued by heapq-przemyslaw.daniel 1 1
You are always choosing name x-liner, and always right :) More
1
2
3 4 5 6 7 8 9 10 11 12 13 14 15 16