36
U.V
15 40 51
8141/ 8195
Last seen 2 days ago
Member for 2 years, 2 months, 13 days
Difficulty Easy
Best reviews / Newest reviews
28-liner: simulated-przemyslaw.daniel
Interesting ising of map map(range, [wolves+1, goats+1, cabbages+1]) More
real base-veky 1
I'm too lazy to use namedtuple, but it's time to start. More
First-rodka81
And what features of **numpy** are used ??? This solution gives invalid result when coin whith cost=1 is abent !!! Try assert checkio(4, [2, 3]) == 2 And why result is float? (You use fake coins?) More
One line (excluding import)-hencoappel
Very interesting solution. I will use reduce in future. More
First-Tinus_Trotyl
Very elegant solution. And using **~X** is fine. More
Keywords Finder-IRONKAGE
Solution is higly structired and clear. Well done. More
using three depth loop!-tamagoyaki
You can replace 3 deep loops by itertools.product B-) More
First-mortonfox
It's fine! Really clear solution More
First-hkgok1
> line[0].isupper() and line[1:].islower() line==line.capittalize() More
Ast & Pandas-paf
!!! PANDAS and AST are terra incognita for me b-< More
First-juestr 1
Try / except gives elegant solution, is an acceptable solution in training but not recommended in production. More
First-Patrick_vG
Your solution is much more elegant than mine ! More
clear recursive-juestr
Interesting solution, bur not clear in my mind B-) More
Numpy and Object Oriented-maartiin01
Is this compilation from another task ? B-) More
First-NuMtA47
This solution is too bulky. -Use isdigit() against in digit '1234567890' is better than ['1','2','3','4','5','6','7','8','9','0'] , but are not needed at all. More
result and not password.isdigit()-dikayabelko
return result and len(password)>6 is better than return result and False if len(password) <= 6 else result and True More
Most obfuscated solution?-codexer42
Not lazy to type this abracadabra B-) More
Mathematic-Marcin_Ramotowski
It's more pythonic to write function for calculation one angle and not use lot of "map" and list comprehantion More
First-imloafer
Check if a == b == c: return [60, 60, 60] is not needed More
Counter-gyahun_dash
I liked the use of the itertools.product in this context and will use it More
1 2 3 4 5
6
7