A container object provides a method that returns an iterator object. I need to iterate the sequence with that iterator, but need to skip the first item. I can only iterate the whole sequence with: for x in container.iterChildren(): How to skip the first item? It seems that it's a simple question. Could somebody help me? Thanks. -- http://mail.python.org/mailman/listinfo/python-list
- How to iterate a sequence, with skipping the first item? ray
- Re: How to iterate a sequence, with skipping the fi... Calvin Spealman
- Re: How to iterate a sequence, with skipping the fi... alex23
- Re: How to iterate a sequence, with skipping the fi... Paul Rubin
- Re: How to iterate a sequence, with skipping the fi... Gabriel Genellina
- Re: How to iterate a sequence, with skipping the fi... ray