In article <[EMAIL PROTECTED]>, Maxim Kasimov <[EMAIL PROTECTED]> wrote: . . . >>> if you need to comment a couple of code (and then uncomment ), what >>> are you doing then? >> >> >> Use comments? >> > >WOW, just greate! ... but i'd like to relax at some more interesting way >than to comment each of rows . . . Mr. Kasimov, here's another idiom you might want to consider:
# Notice that we can make a code fragment into a string, # which is evaluated, then discarded. a = b c = d """e = f g = h i = j""" k = l -- http://mail.python.org/mailman/listinfo/python-list