fork download
  1. import os
  2. print(os.system("touch this"))
Success #stdin #stdout #stderr 0.01s 7692KB
stdin
Standard input is empty
stdout
256
stderr
touch: cannot touch 'this': Permission denied