python

Joel Goldstick joel.goldstick at gmail.com
Sat Feb 6 10:12:07 EST 2016


On Sat, Feb 6, 2016 at 8:40 AM, jill davies <jillzoe at hotmail.co.uk> wrote:

>
>
>
>
> I would like to know how to open your python launcher to start coding on
> windows 8 the python version I have installed is python 3.5.1 but it keeps
> giving me an instillation set up
>
>
> Sent from Windows Mail
> --
> https://mail.python.org/mailman/listinfo/python-list


Open up the command window
type python

You are now in the interactive python shell

If you want to run a program you have saved in a file type:  python
my_file.py




-- 
Joel Goldstick
http://joelgoldstick.com/stats/birthdays



More information about the Python-list mailing list