Answers for "how to run a python script f4rom another python file"

0

run python file from another python file

subprocess.call(" python script2.py 1", shell=True)
Posted by: Guest on November-26-2021

Code answers related to "how to run a python script f4rom another python file"

Python Answers by Framework

Browse Popular Code Answers by Language