Skip to content

Instantly share code, notes, and snippets.

@bholzer
Last active August 29, 2015 14:02
Show Gist options
  • Save bholzer/4f1ffdaebf364721357f to your computer and use it in GitHub Desktop.
Save bholzer/4f1ffdaebf364721357f to your computer and use it in GitHub Desktop.
def printGrid(gridList):
for row in gridList:
print (row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment