SciPy2013
SciPy2013 copied to clipboard
Make citibike.py work in Python v3
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,