Last active
November 1, 2017 07:39
-
-
Save grihabor/de83fcad6a702329ea13efa2b4924481 to your computer and use it in GitHub Desktop.
Define python class #example
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
class Color: | |
pass | |
print(Color) | |
#|<class '__main__.Color'> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment