On Mon, Apr 25, 2016 at 3:56 AM, Derek Klinge <schilke...@gmail.com> wrote: > Doesn't range(n) create a list n long?
Not in Python 3. If your code is running on Python 2, use xrange instead of range. I rather doubt that's your problem, though. ChrisA -- https://mail.python.org/mailman/listinfo/python-list