Path: blob/master/source/python/design_hextobin.rst
1241 views
=========================== Partial function - Hextobin =========================== Question -------- Hexadecimal to Binary - using a partial function. Solution -------- .. literalinclude:: ../../languages/python/design_hextobin.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_hextobin.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_hextobin.py` * :python-better-explain:`design_hextobin.rst`