if x>10 and y>10 and z>10 and sum((x,y,z)): print "OK"

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to