Re: Why Turn "Print" into "Print()"????

2008-05-25 Thread Prisoner at War
On May 25, 8:37 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > See http://www.python.org/dev/peps/pep-3105/ > That should answer all your questions. Hey, thanks, I missed that one! Not that I understand the rationale given (iman00b), but oh well, so it looks like a real function now.

Why Turn "Print" into "Print()"????

2008-05-25 Thread Prisoner at War
Hi, your friendly neighborhood n00b here, just wondering why on earth the Py3K folks want to mess with a simple thing like the "print" "command" (is that what it's called, a command?), turning it into "print()"...I mean, what's the point, exactly?? To look like a more "traditional" computer-langu