Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save peroon/4265a2a867da507a2565ea12a63399d0 to your computer and use it in GitHub Desktop.

Select an option

Save peroon/4265a2a867da507a2565ea12a63399d0 to your computer and use it in GitHub Desktop.
# buildings[4][3][10]
buildings = [[[0 for i in range(10)] for j in range(3)] for k in range(4)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment