Skip to content

Instantly share code, notes, and snippets.

@codeboy101
Created January 5, 2016 06:42
Show Gist options
  • Save codeboy101/ef627afa788aac1e1d0b to your computer and use it in GitHub Desktop.
Save codeboy101/ef627afa788aac1e1d0b to your computer and use it in GitHub Desktop.
myList = [[2,4,5],[6,7,8]]
for i in myList :
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment