13
apieceofcaken
1 12 30
784/ 845
Last seen 4 years ago
Member for 5 years, 11 months, 14 days
Difficulty Normal
Best reviews / Newest reviews
Third-ojisan 1 1
Could you please explain the function _find_pset_ a little bit? Thanks! More
Anti-Pythonic-PHANTOM0308
I forgot the str.find() method and created a alphabet list in order to find the index. Your solution is much more concise than mine. That's brilliant! More
Long Repeat-dmitrijdumenko02
that's awesome....but can you explain it for me? I can just understand the first half part of your code...Thanks! More
Say Hi-svartmetall
What if the user is only one year old?... More
First-gauravpandey44 1
thanks! i learnt the usage of dict.items() from you! More
First-pvunisvuk 1
Vote for you! By the way, if you could add a space at each side of + - < > ,etc, your code would be more readable. Again, nice code, good job! More
First-dobyvillanueva
>"{:,}".format(self.working_years * 12 * self.salary).replace(',', ' ') so concise and so awesome!! More
Topological sorting, Kahn's algorithm-martin_b
That's very clear and educational! Thanks a lot, I learned a lot from your code! More
Unix Match-colinmcnicholl 1
Thanks for your code and thorough comments!!! More
First-rafal.pawlowski
Could you please explain the operation part a little bit(line 7 - 14)? I'm confused... More