On Sun, 2009-01-11 at 14:01 -0800, rev pacce wrote:
> I have no expierence using python. I was following a tutorial and i
> kept getting a syntax error. it was   >>> print "hello world!"  hello
> world was not coming up underneath it.. i tried to run the module but
> that didnt work either.
> 
> _______________________________________________


Hello,

Don't type the >>> into python.  Just type:
print "hello world!"

into the interactive prompt and I think it will work for you.

John

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to