Equivalent of system()?

Grant Edwards grante at visi.com
Fri Feb 22 23:58:45 EST 2008


On 2008-02-23, Max <maxh.is.here at gmail.com> wrote:

> Is there a Python equivalent of C++'s system()?

The closest thing is probably system().

It's in the os module.

-- 
Grant




More information about the Python-list mailing list