Skip to content

Make citibike.py work in Python v3#2

Open
skjaeve wants to merge 1 commit intokjordahl:masterfrom
skjaeve:master
Open

Make citibike.py work in Python v3#2
skjaeve wants to merge 1 commit intokjordahl:masterfrom
skjaeve:master

Conversation

@skjaeve
Copy link

@skjaeve skjaeve commented Sep 8, 2016

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants