I read this somewhere a while ago but cant seem to find it. I am trying to find a command that will execute commands in the terminal and then output the result.
For
You could import the 'os' module and use it like this :
import os os.system('#DesiredAction')