Hello, I'm programing an advanced calculator, and I have many problems with 
the execution errors, specually with the division by 0.

And my question is how can show the execution error whitout exit of the 
program, showing it in the error output as

>>2+2
>>4
>>3*4
>>12
>>6/0
>>"Error: Division per 0"

Thank you. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to