Skip to content

Instantly share code, notes, and snippets.

@codeboy101
Last active January 5, 2016 07:39
Show Gist options
  • Save codeboy101/c79f00f31d16984af9ff to your computer and use it in GitHub Desktop.
Save codeboy101/c79f00f31d16984af9ff to your computer and use it in GitHub Desktop.
myList = [[2,4,5],[5,6,7]]
for x,eachList in enumerate(myList) :
for i in enumerate(myList) :
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment