On Sun, Sep 27, 2009 at 8:13 PM, edwithad <edwit...@hotmail.com> wrote:
> I am sure you have not read a question this basic in some time, but I am
> curious. Using Linux I open a terminal window and type: python.
>
> Does Bash Shell go away and to become a Python Shell, or is it still a Bash
> Shell with Python running inside? Thanks in advance.

The latter. Press Ctrl+D or enter exit() or quit() to exit Python and
return to bash.

Cheers,
Chris
--
http://blog.rebertia.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to