shell access

monkeys paw user at example.net
Mon Jan 11 16:03:59 EST 2010


How do you access the command line from the
python interpreter?

on unix:

type python

 >>> print 'hey'
'hey'
 >>>   # I want to access the shell here, how do i do that?



More information about the Python-list mailing list