SciPy2013 icon indicating copy to clipboard operation
SciPy2013 copied to clipboard

Make citibike.py work in Python v3

Open skjaeve opened this issue 9 years ago • 0 comments

zip() returns an iterator in Python 3. Wrapping the iterator in list() returns the zipped list, and does not change the zipped list in Python 2,

skjaeve avatar Sep 08 '16 11:09 skjaeve