fork download
  1. for l in 'table':
  2. if l == 't':
  3. continue
  4. print(l)
  5.  
Success #stdin #stdout 0.07s 14104KB
stdin
Standard input is empty
stdout
a
b
l
e