Re: print syntax

2009-09-05 Thread Bernie
rg. My comment is - it should not be that hard to find. I would > suggest a link from the print syntax section. > > What is seems to be is: > >print "format-spec" % (variable-list) > > I assume the '%' is required token. > > > > _ &

Re: print syntax

2009-09-03 Thread Robert Kern
un, google, and python.org. My comment is - it should not be that hard to find. I would suggest a link from the print syntax section. What is seems to be is: print "format-spec" % (variable-list) I assume the '%' is required token. The % has absolutely nothing to do with

Re: print syntax

2009-09-03 Thread Benjamin Kaplan
comment is - it should not be that hard to find. I would suggest a link from > the print syntax section. > > What is seems to be is: > >  print "format-spec" % (variable-list) > > I assume the '%' is required token. > The % has absolutely nothing to do wit

print syntax

2009-09-03 Thread doug
suggest a link from the print syntax section. What is seems to be is: print "format-spec" % (variable-list) I assume the '%' is required token. _ Douglas Denault http://www.safeport.com d...@safeport.com Voice: 301-217-9220 Fax: 301-217-9277 -- http://mail.python.org/mailman/listinfo/python-list