#!/usr/local/bin/python2 l = [1,2,3] for i in xrange(700000): any(e == 2 for e in l)