Re: Python windows interactive.
- From: "robfalck" <robfalck@xxxxxxxxx>
- Date: 30 Oct 2006 13:14:03 -0800
edit a plain text file, just type one line
print "hello, world"
Now save that one-line text file as "hello.py". From the command line,
in the same directory, type:
python hello.py
And it should run your script. Python doesnt require line numbers.
Happy coding.
.
- References:
- Python windows interactive.
- From: notejam
- Python windows interactive.
- Prev by Date: Re: scared about refrences...
- Next by Date: Re: Python windows interactive.
- Previous by thread: Python windows interactive.
- Next by thread: Re: Python windows interactive.
- Index(es):