Created
February 25, 2015 21:08
-
-
Save jhaubrich/4dcb6029ede144fcffc6 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
comm_status_names = [] | |
for num in range(13): | |
for name in ['comm_status', 'node_id']: | |
comm_status_names.append("{name}_{num:02d}".format(**locals())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment