try: result=10/0except ZeroDivisionError: print("Error: cannot divide by zero")print("program continues")
Standard input is empty
Error: cannot divide by zero program continues
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!