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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to