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

Best reviews / Newest reviews
17-liner: rescued by heapq-przemyslaw.daniel 1 1
You are always choosing name x-liner, and always right :) More
transform and compare-y3g0r 2
Here you assume that you have many arguments *args and here for arg in args but than you say there are only two a, b = and here a == b which doesn't make sense. Why don't you go farther? tr_args = ["".join( return len(set(the_list))==1 More
Dirty :(-k4r4n0r1 1
Looks like this code was generated by some other code :) More
First-SmotheringMax
I would give a longer name for __w__ More
3 strings for understanding-voloch
should be __new_arr__ instead of __newArr__ ... PS: You love spaces, right? More
First-altarfinch
well.. I must say this one res, sum, i = res + [k], sum + k, i + 1 looks odd :) More
Second-Yuleidy_Navarro
why "num"? It should be "n" though :) More
First-Sara_Pinela 1
Sara, same as your friend. You are using too many scopes. Not all of those are necessary. this is one of the thing that makes Python beautiful. More
First-Melanie_Lilibeth_Franco_Rosado
I'm sure you'll find a way to make it nicer d = {'a': 0, 'b': 1, 'c': 2, 'd': 3, 'e': 4, 'f': 5, 'g': 6, 'h': 7} More
Second-Domenica_Coello
what was your first languages? JavaScript? 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
First-Melanie_Lilibeth_Franco_Rosado
a good candidate for 3rd party category More
First-coells
product - imported but wasn't used More
Second - forgot to remove globals :)-nick986 1
are you using numpy only to get shape? More
One-liner-AndrewDunai
it is very suspicious one-liner solution not in Creative category :) More
First-FenixarKing 1
pretty straight forward You can replace lines 22:24 by return len(stack) <= 0 More
Straightforward-Pouf 3 1
a video code review from @veky https://www.youtube.com/watch?v=bAea_X5cCJo More
F-super2008
A video code review from @veky https://www.youtube.com/watch?v=097E1oo5HPI More
First-ape364
a video code review from @veky https://youtu.be/NCGBbFomcBg More
alexgerdom's one-linerized-suic 1
:) now we should have "3rd party Creative" category More
1 2 3 4 5 6 7 8 9 10 11
12
13 14 15 16