Created
August 24, 2012 05:30
-
-
Save RyanBreaker/3445869 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
| towns = ['1', ['1.1', ['1.1.1', '1.1.2', '1.1.3'], '1.2', ['1.2.1', '1.2.2']], | |
| '2', ['2.1', '2.2'], '3'] | |
| """ | |
| 1 | |
| |\ | |
| | 1.1 | |
| | | \ | |
| | | 1.1.1 | |
| | | | | |
| | | 1.1.2 | |
| | | | | |
| | | 1.1.3 | |
| | 1.2 | |
| | \ | |
| | 1.2.1 | |
| | | | |
| | 1.2.2 | |
| 2 | |
| |\ | |
| | 2.1 | |
| | | | |
| | 2.2 | |
| 3 | |
| """ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been thinking about it and I should be able to figure it out, but it might take a bit, depending on how long you'll wait before merging dev into master.