Python: Difference between revisions

9 bytes added ,  7 October 2019
No edit summary
Line 42: Line 42:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
import subprocess
import subprocess
subprocess.run(["ls", "-l"])
subprocess.run(["ls", "-l"], cwd="/")
</syntaxhighlight>
</syntaxhighlight>


==Libraries==
==Libraries==
===Numpy===
===Numpy===