projects
mechanical
computer-science
index
Executing External Files
Python
import
subprocess
subprocess
.
run
([
"python"
,
"my_script.py"
])