fork download
  1. import sys
  2. def foo():
  3. print("#")
  4. sys.exit()
  5. print("#")
  6. print("#")
  7. print("#")
  8.  
  9.  
  10. foo()
Success #stdin #stdout 0.01s 7852KB
stdin
Standard input is empty
stdout
#