On Sat, Jun 20, 2009 at 10:39 AM, beegee beegee wrote:
> Hello,
> I am new to python, I have a mac os tiger 10.4.11
> I created a simple text file using textwrangler
> and wrote the following code :
>
> print "Hello World"
>
> I saved this file on my desktop as first_print.py
> I opened terminal
>
Hello,I am new to python, I have a mac os tiger 10.4.11
I created a simple text file using textwrangler
and wrote the following code :
print "Hello World"
I saved this file on my desktop as *first_print.py*
I opened terminal
I typed python
and I got >>> as the prompt
I typed *python first_print.p