Michael Hoffman  <[EMAIL PROTECTED]> wrote:
>Frans Englich wrote:
>> Nah, I don't think it's a function, but rather a builtin "statement". But 
>> it's 
>> possible to invoke it as an function; print( "test" ) works fine.
>That is not invoking it as a function. The parentheses are only for 
>ordering the expression on the right
>
>You can do this too:
>
> >>> print("abc"),("def"),("ghi")
>abc def ghi

And for further enlightenment:

.>>> print("abc", "def", "ghi")
('abc', 'def', 'ghi')

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
  ___  |  "Frankly I have no feelings towards penguins one way or the other"
  \X/  |    -- Arthur C. Clarke
   her nu becomež se bera eadward ofdun hlęddre heafdes bęce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to