thanks,

I discover :

sage: import itertools
sage: it = sxrange(10^7)
sage: (it1, it2) = itertools.tee (it)
sage: ... play with it1.next() and it2.next()

...

F.

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to