
This document explains how to use Notepad.exe to create a simple Python program file, and then goes on to explain how to execute (run) the program using the Python interpreter. Notepad.exe is a simple text editor supplied with all versions of the Windows operating system. In order to create multi-line Python programs, you must have a text editor. For instructions on how to download, install and run the Python interpreter program on single line Python commands you go to this page: Python_Installation. This document assumes that the Python software is already installed and running correctly. This web page explains how you can store several Python statements in one file to be executed in sequence by the Python interpreter.
