answered Feb 14 '18
Use execfile to execute a Python script inside a script, e.g. execfile(”xxx.py”)
execfile(”xxx.py”)