Skip to content

Conversation

@stephenbalaban
Copy link

The if statement looked like it needed to be indented inside of the for loop.

Moved from range(len(list)) item = list[index] -> index, item in
enumerate(list). It's more pythonic.

stephenbalaban and others added 2 commits August 24, 2013 14:28
The if statement looked like it needed to be indented inside of the for loop.

Moved from range(len(list)) item = list[index] -> index, item in
enumerate(list). It's more pythonic.
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.

1 participant