fork download
  1. try:
  2. # Something that throws exception
  3. print "foo"
  4. catch:
  5.  
  6. # continue other stuff
  7. print "bar"
Runtime error #stdin #stdout 0.03s 4672KB
stdin
Standard input is empty
stdout
Standard output is empty