Re: First program

2010-06-12 Thread Phil H
On Sat, 12 Jun 2010 09:03:43 +, Phil H wrote: > Hi, > Trying my hand with Python but have had a small hiccup. Reading 'A byte > of Python' and created helloworld.py as directed. > > Any help appreciated > Phil Thanks Peter & Chris for your prompt replies.

First program

2010-06-12 Thread Phil H
Hi, Trying my hand with Python but have had a small hiccup. Reading 'A byte of Python' and created helloworld.py as directed. #!/usr/bin/python # filename : helloworld.py print 'Hello World' At the terminal prompt cd to the file location and run from the prompt. p...@grumpy:~/projects/python$ p