To execute a sequence of Python statements in some file , use this function:
F
execfile(F)
The function returns None. For additional
features that allow you to control the environment of the
executed statements, see the official
documentation.