Created
June 1, 2020 16:01
-
-
Save hbrunn/966c84094c902057ef4e9140faf7fd1b 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
:~$ python | |
Python 2.7.18 (default, Apr 20 2020, 20:30:41) | |
[GCC 9.3.0] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> class hunki(): | |
... def __repr__(self): | |
... return 'Enterprises' | |
... | |
>>> Hunki=hunki() | |
>>> Hunki | |
Enterprises |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment