[Tutor] help

jadrifter jadrifter at gmail.com
Sun Jan 11 23:53:30 CET 2009


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



More information about the Tutor mailing list