ICI Modules: sys: exec
Modules by name : by typeSynopsis
sys.exec(string, array | string...)Description
Execute the named program passing the given arguments. Arguments may be specified either as an array of strings corresponding the new programs argv or as a variable number of actual string arguments to the sys.exec function.
The function only returns upon error and raises an exception if it does return.