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

Best reviews / Newest reviews
First-yama_k_1101
you can get less_than and greater_then from https://docs.python.org/3.6/library/operator.html More
Really short-panki 1
But previous solution I like more :) More
First-light2happy.718
wow.. using wrapper is pretty unique. Thanks for brining this solution More
First-v0id 1
I think python already have functions operator_gt and operator_lt https://docs.python.org/3.6/library/operator.html More
builtins-ciel 1
this is what I get what I test your solution KeyError: 'min', , 2 More
First-oduvan
it's not funny, but I must check it :) More
Second-jrmorrisnc
:) The first will be removed after we add a new tests for this task. More
First-yttamer 1
Iamnotanexpert=(int((a**2)+(b**2)+2*a*b)**0.5) I bet you will be :) More
Second-panki
But this solution is greate :) You got my like! :) Thanks! More
RE-check-Tommey
if len(data) > 9 and re.search('[0-9]', data) != None and re.search('[a-z]', data) != None and re.search('[A-Z]', data) != None: isn't it too long? More
First-drumorgan
Why did you split two circles? More
Sets-HonzaKral
I think it is a good idea with sets :) More
First-wblitz
Why do you check length twice? More
First-folgert
it could be " return len(data) >=10 and ... " More
First-oduvan
return min(map(lambda x: abs(overal - x - x), one_hand_weights(items))) Like it More
First-oduvan
print ('All is ok') What at the end? More
Permutation Solution-mainiacfreakus
from itertools import permutations Cool. Fresh Idea :) More
First-oduvan
yield from one_hand_weights(tail, init + head) > from one_hand_weights(tail, init + head) No? More
First-mwerlen
it is a very straight solution More
1 2 3 4 5 6 7 8 9 10 11
12
13 14 15 16