> > program). There must be a better way! Any suggestions? > > try : > > def morethanone(l): return (l.count(n) > 0) Should do it? Alan g.