Reduce need of backslash

Nicolas Fleury nid_oizo at yahoo.com_remove_the_
Fri Sep 26 13:19:35 EDT 2003


John Roth wrote:

> "Duncan Booth" <duncan at NOSPAMrcp.co.uk> wrote in message
> And you can parenthesize a surprisingly large number of places. One
> that I learned just recently was that the entire operand string of the
> print statement can be put into parenthesis.

I'm not sure what you mean exactly.
print (1,2) prints a tuple while print 1,2 prints a different thing.

Regards,

Nicolas





More information about the Python-list mailing list