7
Freiling
1 13
213/ 245
Last seen 6 years ago
Member for 6 years, 11 months, 17 days
Difficulty Normal
Best reviews / Newest reviews
Fast brackets-hanpari 1 1
Minor note, couldn't line 6 be: if c in ("({["): ? More
First lambda test-Michael_Ivanets 1
What is the purpose of list() here? If I were reading it straight out I would think it would work with just join(filter()) More
First-nmay 1
What is the purpose of the "sub for sub" part? I would have thought it would work with just "for sub". More
First-Amachua
Very cool. Would it be more resource intensive to do it this way ("if i != 0"), or to just replace the zeros with "" from the product of join()? More
First-zator55
Important note here: https://py.checkio.org/mission/number-radix/publications/veky/python-3/hinted/share/8da2e6d92d35d3efa165fc7617073cbc/#comment-21974 More
Shortest :-p-StefanPochmann
What is the official criterion for this category? I would think ad hoc fixes are no good, right? More
First-MadHatter
Wow, this made me realize just how many logical assumptions I made in my solution. Very creative! More
First-daniel.talar
I had found: binN = "{0:08b}".format(n) binM = "{0:08b}".format(m) in order to make them the same length. Would that work? More
First-hamukazu
abs() is documented with one non-optional argument. In what other contexts can that argument be omitted? More
First-slygoblin
This can be shortened by recursion. More