import os # print help # cmd = "python jarvis.py -h" # start jarvis cmd = "python jarvis.py --start" os.system(cmd)