Creating and running a python program
A python program is an ascii file
Can be created or edited with any ascii editor (e.g. edit, vi,
etc)
We will use the editor included in python
Executing a python program, type:
python myProgram.py
All statements will be executed from top to bottom!