fork download
  1. def f():
  2. if False:
  3. yield
  4. raise Exception("Oops")
  5. f()
Success #stdin #stdout 0.01s 27704KB
stdin
Standard input is empty
stdout
Standard output is empty