Topic: Clueless Novice
Hello everyone,
Being as green as the man who invented the the word green, i wonder if you could point me in the right direction please.
I have installed the latest python 3.2.2, and the open source book A byte of python.
Unfortunately i am falling at the first hurdle, the test program Hello World., i believe i have entered it correctly in a new window in the IDLE editor, saving as helloworld.py as the book suggests, but get syntax errors when trying to run.
As follows:
#!usr/bin/python
#Filename: helloworld.py
print('Hello World')
The output should be:
$ python helloworld.py
Hello World
Attempting to run this in either python command line or IDLE shell returns errors. Is it me or the book?
Thanks in anticipation.
~Darren~