40
JimmyCarlos
17 41 63 Leader of the month
9774/ 10664
Jimmy Carlos
Last seen 1 year ago
Member for 6 years, 9 months, 14 days
Difficulty Normal
Don't take life too seriously. Have fun and enjoy the ride.

Best reviews / Newest reviews
29-liner: no looping with property-przemyslaw.daniel 3
This is the first solution I've seen that uses the fact that this puzzle is deterministic - eg, it doesn't matter what happens when the program runs - the winner is still the same. If the enemies has 5 million health, this would be exponentially faster than other solutions! More
The Warriors-Michal_Szajer 2 1
Very clear and good code. I would however change line 18 to: unit_2.health -= unit_1.attack Do you think that looks better? More
First-Sillte 2 1
A good solution, but parts of these could do with some documentation to understand what you are doing. For example, could you explain Lines 34-36? More
Just clean and turn the key-sinclair2k 2
This is really short solution. Given the difficulty of this problem, to solve it in 9 lines is very impressive! More
All by __init__-zgzg 2 1
Really clear, simple code. There's nothing I can see that needs to be improved. More
Bish Bash Bosh-Immersion 2 1
I love the method name of bishbashbosh, so good to see humour in code. Any other fun names planned for future missions? More
First-MBM_1607 2 1
Nice implementation of the new Python features for fast class construction - do you think it helps? More
First-Moff 2
Great use of a super and a calling variable on Line 19. More
The Warriors-Pooja_Checkio 2 1
Good bracketing on Line 14, it makes it a lot clearer. More
Could be shorter?-Merzix 2 1
Fantastic tow-liner, really concise! More
methods contest-quarkov 2
This is really interesting to see how the speed varies. More
First-Sim0000 2
This is very good code and the comments make it very readable. Great job! More
Clear-BrianMcleod 2 1
I like this code and it is very well put together, however I don't understand the purpose of the get_attack method. Would it be simpler to put unit_1.attack instead of unit_1.get_attack()? More
First-Moff 2
Good use of property for the first_alive_unit, it makes your code quite short. More
ZenD'oh-veky 1
Like everyone else, I am mind-blown by Line 5, it's such a perfect implementation of that. The little pun on Line 1 makes this code very fun to read - nice job! More
Set Objects-kurosawa4434 1
This is a really good solution, I did not know about ascii_uppercase, but it really helps! More
Friendly number - recursion-Michal_Szajer 1 1
This is a fantastic implementation of recursion. Very clever! More
reduce, or_, starmap-flpo 1 1
Line 13 is very fun with the or_ and the starmap making it a one-liner. More
Dijkstra-Sim0000 1
I like line 23 - a really clean and sensible use of the yield keyword. Nice work! More
First-Sillte 1
Line 13 is very interesting - implementing which columns are lower than other using powers of -1. Nice work! More
1
2 3 4 5 6 7 8 9 10 11 12