In message <[EMAIL PROTECTED]>, Cristian wrote: > I think it would make more sense to have beginners _know_ that functions > are like all other variables ...
Functions are not variables. Though they are values, and can be held in variables. In Python, every name is a variable, and can be assigned to. -- http://mail.python.org/mailman/listinfo/python-list