On May 13, 12:18 pm, "warhammer1...@gmail.com"
<warhammer1...@gmail.com> wrote:
> I loaded python 3.1
> I can use the gui and i see the following:
>
> Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500 32 bit
> (Intel)] on win32
> Type "copyright", "credits" or "license()" for more information.
>
>
>
> It would seem that this is working correctly and there is no path
> problem.
> I am running windows vista.
>
> When i put in a test string i see this:
>
> Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500 32 bit
> (Intel)] on win32
> Type "copyright", "credits" or "license()" for more information.>>> print 
> "hello world!"
>
> SyntaxError: invalid syntax (<pyshell#0>, line 1)
>
>
>
> Can anyone tell me what is wrong? I didnt expect that error....
>
> Andrew

print is a function. So you should do it this way: print("hello
world!")
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to