Im trying to make a python program, and i just can't find any information on Google on how to just execute a non-python file from python (with an if statement). For Example:
if abc == "abc":
"Execute ThisFile.sh"
EDIT: this was marked as dupe, but I am not trying to run a single command, I want to execute the entire file.