Re: [Tutor] Brand new to python have simple problem

2009-01-07 Thread Kent Johnson
On Wed, Jan 7, 2009 at 1:06 AM, mickth wrote: > > I'm brand new to python and every time i start to learn it i get the same > problem and end up giving up and moving on to another language. > > the print statement doesn't work in either the comand line or IDLE i get > this in IDLE: > SyntaxError:

Re: [Tutor] Brand new to python have simple problem

2009-01-07 Thread Andre Engels
On Wed, Jan 7, 2009 at 7:06 AM, mickth wrote: > > I'm brand new to python and every time i start to learn it i get the same > problem and end up giving up and moving on to another language. > > the print statement doesn't work in either the comand line or IDLE i get > this in IDLE: > SyntaxError:

[Tutor] Brand new to python have simple problem

2009-01-07 Thread mickth
I'm brand new to python and every time i start to learn it i get the same problem and end up giving up and moving on to another language. the print statement doesn't work in either the comand line or IDLE i get this in IDLE: SyntaxError: invalid syntax (, line 1) and just SyntaxError: invalid sy