Replaced foo.next() by next(foo).
This new syntax for next() has been introduced in Python 2.6 and is compatible with Python 3.
Loading
Please register or sign in to comment
This new syntax for next() has been introduced in Python 2.6 and is compatible with Python 3.