Hi all,
In Python, some functions can be assigned to variables like this:
length=len
Why is it that print cannot be assigned to a variable like this? (A
syntax error is declared.)Thanks, Vaibhav -- http://mail.python.org/mailman/listinfo/python-list
