Answers for "how to send bash command to python"

3

how to execute bash commands in python script

import subprocess
subprocess.call(["sudo", "apt", "update"])
Posted by: Guest on November-17-2019

Code answers related to "how to send bash command to python"

Python Answers by Framework

Browse Popular Code Answers by Language