8. Top-level components
The Python interpreter can get its input from a number of sources:
from a script passed to it as standard input or as program argument,
typed in interactively, from a module source file, etc. This chapter
gives the syntax used in these cases.
Release 2.4.5, documentation updated on 18 October 2006.
See About this document... for information on suggesting changes.
|