Created
March 30, 2017 11:54
-
-
Save peroon/4265a2a867da507a2565ea12a63399d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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