fork download
  1. while False:
  2. print('Hello world')
  3. print('After while')
  4.  
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
After while