32
Nocturne13
11 34 49
5830/ 6195
Artur Alexandrov
Last seen 9 days ago
Member for 1 year, 6 months, 3 days
Difficulty Easy
Best reviews / Newest reviews
I need to get better at doing the one-line code thing-BootzenKatzen 2
Also there are lots of string methods, which check string for different conditions like isupper(), islower(), isalpha(), isdigit() etc. It can be useful for solving task on checking something. More
set & hypot-kdim 1
Clean and interesting solution. Well done. More
quest grinding-Bifftastic 1
Nice and clear solution. Well done. More
Annotated for Understanding-BootzenKatzen 1 1
I think it would be better if you use snake_case(int_total) or camelCase(intTotal), while naming the variables, but I don't insist, it's up to you. Nice solution! More
First-9Teen90Three 1
Great solution, using indexes. Well done. More
First-freeman_lex 1
Rather neat solution. Nicely done. More
quest grinding-Bifftastic 1 1
Simple and clear. Nicely done. More
quest grinding-Bifftastic 1 1
Nice using of try/except block here. More
Annotated Answers for Clarity-BootzenKatzen 1
Could you use elif instead of the second if in a while loop? It doesn't change the code in this case, but maybe semantically it is more right, I think. And great, good solution. More
Annotated for Understanding-BootzenKatzen 1
But your solution is very clear and readable, well done! More
First-Tinus_Trotyl 1
Nice, clear and readable solution. I think this task deserves at least moderate complexity, but not simple, just IMHO. More
Max, Key - count-9Teen90Three 1
Really nice one line solution. Well done. More
Nothing really new-9Teen90Three 1
Yes, it's a very interesting using of multiplication in this case. Well done. More
one line!-tamagoyaki 1
Rahter long, but interesting one liner. More
divmod and recursion-kdim 1
Very nice use of divmod here, well done. More
First-flowerinapot 1
Good one-liner with a combination of itertools library. Well done. More
Why did I think of popping before slicing, lol-BootzenKatzen 1
Yes, slicing is a key approach of solving this task, but your solution is also fine. More
defaultdict(set)-juestr 1
Nice, clear and readable solution. Well done. More
First-9Teen90Three 1
Nice, clear and readable solution. Well done. More
1
2 3 4 5 6