Last active
November 1, 2017 07:38
-
-
Save grihabor/488d25ca1764e2b4b23ccbd7fd694859 to your computer and use it in GitHub Desktop.
Create class instance #example
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
class Color: | |
pass | |
empty = Color() | |
print(empty) | |
#|<__main__.Color object at 0xf709fff0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment