Run Under Strace#

Question#

ADDQUESTION

Solution#

import subprocess
subprocess.Popen("ls")

Explanation#