fork download
  1. from os import listdir
  2.  
  3. print([f for f in listdir('../../')])
Success #stdin #stdout 0.02s 9120KB
stdin
Standard input is empty
stdout
['root', 'sbin', 'proc', 'home', 'var', 'opt', 'etc', 'dev', 'sys', 'bin', 'lib', 'usr', 'tmp']