Closed isedev closed 6 years ago
In Python 3, an iterator is expected to have __next__ rather than next().
__next__
Thanks!
In Python 3, an iterator is expected to have
__next__
rather than next().