Be gentle with me....

Fred L. Drake, Jr. fdrake at acm.org
Fri Dec 3 12:49:49 EST 1999


Skip Montanaro writes:
 > As has been stated in c.l.py numerous times, Python does support block
 > delimiters:
 > 
 >     if 0 is None:
 >     #{
 > 	print "hi there!"
 >     #}


  And they're powerful enough that you can have religious wars about
placement, just like those other brace supporting-languages!  Everyone 
knows that the right way to place block delimiters is:

	if 0 is None:  #{
            print "hi there, yourself!"
            #}

  ;-)


  -Fred

--
Fred L. Drake, Jr.	     <fdrake at acm.org>
Corporation for National Research Initiatives




More information about the Python-list mailing list