On Wed, May 13, 2009 at 12:18 AM, [email protected] <
[email protected]> wrote:
> 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....
>
Try:
print("hello world!")
I believe Python 3 requires parenthesis for print. Someone else can explain
why perhaps.
-sam
--
http://mail.python.org/mailman/listinfo/python-list