ICI Modules: sys: execp
Modules by name : by typeSynopsis
sys.execp(string, array | string...)Description
Execute the named program which is searched for using the value of the PATH environment variable. Arguments to the new program may be specified as an array of strings or as a variable number of actual string parameters to the sys.execp function.