Created
February 28, 2016 20:04
-
-
Save NiklasRosenstein/4333801e9ba77e1667b8 to your computer and use it in GitHub Desktop.
This file contains 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
ident = 5159 | |
import c4d | |
print "************"*4 | |
print "Results for", ident | |
for key, value in vars(c4d).iteritems(): | |
if value == ident: | |
print(key) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment