Hi list, Is there a more elagant way of doing this?
# logflags is an array of logicals test=True for x in logflags: test = test and x print test -- Thanks, -- http://mail.python.org/mailman/listinfo/python-list
Hi list, Is there a more elagant way of doing this?
# logflags is an array of logicals test=True for x in logflags: test = test and x print test -- Thanks, -- http://mail.python.org/mailman/listinfo/python-list