cell and row

Jan Niestadt jan.niestadt at gmail.com
Tue Oct 25 09:10:53 EDT 2005


Doh, the first example should of cours be:

  b = []
  for x in a:
      if len(x) > 4:
          b.append(x)




More information about the Python-list mailing list