Be gentle with me....

Skip Montanaro skip at mojam.com
Fri Dec 3 12:24:06 EST 1999


    Thomas> The use of indentation is IMO indeed a (very) weak point of
    Thomas> python. Many people however who use python like it. I've been
    Thomas> using python for one year now and I still deeply dislike
    Thomas> it.

As has been stated in c.l.py numerous times, Python does support block
delimiters:

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

<0.2 wink>

Skip Montanaro | http://www.mojam.com/
skip at mojam.com | http://www.musi-cal.com/
847-971-7098   | Python: Programming the way Guido indented...




More information about the Python-list mailing list