fork download
  1. for i in range(4):
  2. continue
  3. print(i)
  4. print('holy shit')
Success #stdin #stdout 0.08s 14100KB
stdin
Standard input is empty
stdout
holy shit