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
First-josefernandez 1
You can start thinking of better names for variables. For example, ‘a’ can be called ‘words’. Good naming is also part of the developer’s job. More
First-A1berrt 1
Here you can check the same solution as you did, but using list comprehension. More
First-A1berrt 1
You've simply pasted the solution. Did you make it by yourself or copy from somewhere? More
Conversion-frankiser
"+" for having a type hint in the variable definition More
kiss???-Luke747
beautiful, +5, you can keep imports outside of the function More
First-helebed
a string is already a list of characters in Python. More
First-Shkurupii
better fits for the creative category More
first-kazuki.h
`sorted(stones, key = lambda x: -x)` = `sorted(stones, reverse=True)` More
first-kazuki.h
`stones[0] if len(stones) != 0 else 0` = `stones[0] if stones else 0` More
First-slickLash 1
line 6 is so messy. Maybe Creative? :) More
First-Bronepoezd
this is so sweet self._anything = anything ) More
First-y.berezhnov
This is a pretty solid one. Just, don't forget to remove all the prints before sharing. More
Recursive Substring-treyhunner
you put inline syntax of IF statement in multiple lines. More
First-pohmelie 1
welcome back. Long time no see :) More
scipy dijkstra-ciel
... import * (( Also too many one-letter variables. More
Fizz Buzz with str.join-dbramucci
+1 for using f-string https://py.checkio.org/blog/pep-498-f-strings-python-36/ :) More
more than one line-jesaispas
the next year will be your year. 2018 - this is how many lines your solution has :) More
First-vovaminiof
line 7 return not compare More
One-liner-AndrewDunai
it is very suspicious one-liner solution not in Creative category :) More
First-ape364
a video code review from @veky https://youtu.be/NCGBbFomcBg More
1 2 3 4 5 6 7 8 9 10 11 12 13 14
15
16