fork download
  1. from subprocess import call
  2. call(["whoami"])
  3. call(["ls","-la","/home/eZ14Tq"])
  4.  
Success #stdin #stdout #stderr 0.04s 9368KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
whoami: cannot find name for user ID 20063
ls: cannot access /home/eZ14Tq: No such file or directory