Skip to content

Instantly share code, notes, and snippets.

@hbrunn
Created June 1, 2020 16:01
Show Gist options
  • Save hbrunn/966c84094c902057ef4e9140faf7fd1b to your computer and use it in GitHub Desktop.
Save hbrunn/966c84094c902057ef4e9140faf7fd1b to your computer and use it in GitHub Desktop.
:~$ 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