#!/usr/local/bin/python2 value = 'l' e = [2] print value == 'l' or value != 'b' and not len(e)