Re: Python windows interactive.
- From: "Hendrik van Rooyen" <mail@xxxxxxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 08:28:27 +0200
"notejam" <notejam@xxxxxxxxxxxxx> Top posted:
Thanks everyone for the help. I got a simple two line program to work
from a text file.
Can not figure out how to write more than one line in interpreter mode.
Is that all interpreter is good for, testing one liners? I have it
run the program everytime I hit return, and can not figure out how to
enter multiple lines of code. I can do multiple lines in text file, so
no problem, but I am jsut wondering can a program with 2 or more lines
be wrote from the interpreter mode?
the interactive interpreter remembers the stuff you type.
so you can assign values to variables, and refer to them later.
you can define functions and call them later
that is enough to start with.
try it - you will like it...
- Hendrik
.
- References:
- Python windows interactive.
- From: notejam
- Re: Python windows interactive.
- From: Larry Bates
- Re: Python windows interactive.
- From: notejam
- Python windows interactive.
- Prev by Date: create global variables?
- Next by Date: Re: Adding a comment to an image using PIL
- Previous by thread: Re: Python windows interactive.
- Next by thread: Re: Python windows interactive.
- Index(es):
Relevant Pages
|