Software Engineer @ Capital One, Mobile Development (iOS and Android), CI/CD. Views are my own
See more
import subprocesscommand = [‘ls’, ‘-l’]return_code = subprocess.call(command)if return_code == 0: print("it is success")else: print("failed", returncode)