§
    ÐdžcÞ  ã                   ó   — d „ Z dS )c                 ó°   — 	 t          | ¦  «        } t          |¦  «        }n# t          $ r t          d¦  «        ‚w xY w	 | |z  }n# t          $ r Y dS w xY w|S )aw  For this exercise you can assume numerator and denominator are of type
       int/str/float.
       Try to convert numerator and denominator to int types, if that raises a
       ValueError reraise it. Following do the division and return the result.
       However if denominator is 0 catch the corresponding exception Python
       throws (cannot divide by 0), and return 0zConversion to int failed.é    )ÚintÚ
ValueErrorÚZeroDivisionError)Ú	numeratorÚdenominatorÚresults      ú1/home/feoh/src/personal/bitesofpy/110/division.pyÚdivide_numbersr      s…   € ð6Ý˜	‘N”Nˆ	Ý˜+Ñ&Ô&ˆˆøÝð 6ð 6ð 6ÝÐ4Ñ5Ô5Ð5ð6øøøðØ˜[Ñ(ˆˆøÝð ð ð Øˆqˆqðøøøð €Ms   ‚! ¡;¿A Á
AÁAN)r   © ó    r
   ú<module>r      s   ððð ð ð ð r   