/ Published in: Python
Expand |
Embed | Plain Text
import traceback try: print "sup world" 1 / 0 except Exception, err: traceback.print_exc() print "There was an error."
You need to login to post a comment.
import traceback try: print "sup world" 1 / 0 except Exception, err: traceback.print_exc() print "There was an error."
You need to login to post a comment.