9
suiluj_julius
1 6 17
330/ 445
suiluj_julius
Last seen 7 months ago
Member for 8 years, 4 months, 28 days
Difficulty Normal
Best reviews / Newest reviews
calendar.weekday-gyahun_dash 1
You know why we have to use "month in range(1, 13))" instead of 1 to 12? More
First-kumaus
I like the max() solution in the last row. More
external getKey function-suiluj_julius
Would have been even easier with key=abs... More
First-gyahun_dash
Great and smart solution! Thanks for the share! More
max-count-bryukh
Wow, there's so much to learn about Python... it took me 20 rows or more... More
First-DanielDou
Really nice solution! Thanks for sharing! More
Clear-CMParlett
Why do you have a "check" variable? You don't use it at all. Your code also works without the "else: continue" part, not sure if it makes the code better or faster with... Furthermore you could leave out a row of code writing in line 10: "if data.count(d) >1:" For the rest a nice code! More
First-sentenel 1
Nice solution! You could leave out the second row by just renaming "data" to "number" in the first row. More
Simple Solution-JanKaifer
What is the creative part of this solution? Looks rather straight forward to me... More
short and clear-StefanPochmann 1
Nice but rather difficult to get for me, what is the n %= arabic exactly doing? More
Looks clear to me.-tartavull 1
Nice solution without any loops. More