fork download
  1. print 'Should we do security testing as well?'
  2. import os
  3. for x in os.listdir('.'):
  4. print x
Success #stdin #stdout 0.01s 7896KB
stdin
Standard input is empty
stdout
Should we do security testing as well?
prog