Python windows interactive.

robfalck robfalck at gmail.com
Mon Oct 30 16:14:03 EST 2006


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.




More information about the Python-list mailing list