fork download
  1. import sys
  2.  
  3. def exception_handler(type, value, traceback):
  4. print('hui')
  5.  
  6. sys.excepthook = exception_handler
  7.  
  8. 1/0
Runtime error #stdin #stdout 0.02s 9052KB
stdin
Standard input is empty
stdout
hui