33
Kurush
11 29 56 Leader of the month
6445/ 6695
Kurush Kurushich
Last seen 6 days ago
Member for 11 years, 2 months, 12 days
Difficulty Normal
Best reviews / Newest reviews
Max Digit-vvm70 1
The best possible solution for this task. More
Is Even-vvm70 1
I have used "return num % 2 == 0". It is hard to say which one is better. More
.get-kalauroma7997 1
My solution is almost the same. I used "return max(data, key = data.get)" inside function. More
First-mscislaw 1
The list can be omitted. Good work! More
Simple and obvious-Splitter 1 1
The best possible solution for this task. More
First-sawako.oono 1 1
The best possible solution for this task. More
First-wo.tomasz
The best possible solution for this task. More
Backward String-myshkarus
I have used the same idea as you. Another approach to make a one-liner is to use slices: return val[::-1] More
First-iss.e.jeck
The best possible solution for this task. More
First-wo.tomasz
My solution is almost identical (different spacing and without brackets). More
best_stock = lambda d: max(d,key=d.get)-alterGNU
I used the same one-liner but inside the function. More
First-irubashvili
Good approach. But it can be significantly reduced to " return len(set(elements)) <= 1" or " return len(set(elements)) < 2". More
First-Hanna_Hofman
I have used similar one-liner "return num % 2 == 0". More
First-defensor
Good approach. But it can be reduced to "return len(set(elements)) < 2". More
Second-mscislaw
The list can be omitted. Nice work! More
all the same-saklar13
The best possible solution for this task. More
int(max(str(number)))-tkachuk.constantine
This is the best possible solution for this task. More
First-bravebug
The best possible solution for this task. More
First-johnreasky
The best possible solution for this task. More
1
2
3 4 5