标签: error-handling divide-by-zero
我收到ZeroDivisionError,但是当我分别打印分子和分母时,它们都是非零的。还有其他方法可以发生此错误吗?
entropy = map(lambda x:x.get_entropy(), pe.sections) res['SectionsMeanEntropy'] = sum(entropy)/float(len(list(entropy)))