Skip to content

Instantly share code, notes, and snippets.

@huydx
Created December 7, 2012 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huydx/4231517 to your computer and use it in GitHub Desktop.
Save huydx/4231517 to your computer and use it in GitHub Desktop.
multidimensional matrix python
matrix = [[0 for col in range(size)] for row in range(size)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment