Skip to content

Instantly share code, notes, and snippets.

@myusuf3
Forked from anonymous/gist:5681076
Last active December 17, 2015 22:19
Show Gist options
  • Save myusuf3/5681305 to your computer and use it in GitHub Desktop.
Save myusuf3/5681305 to your computer and use it in GitHub Desktop.
for k,v in propertyDict:
for k1,v2 in propertyDict[k]:
print('---' + k1 + '---' + propertyDict[k][k1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment