Initial joke
This commit is contained in:
commit
f58b645186
1 changed files with 6 additions and 0 deletions
6
heaven.py
Normal file
6
heaven.py
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
class Dog:
|
||||||
|
def __del__(self):
|
||||||
|
global heaven
|
||||||
|
heaven.append(self)
|
||||||
|
|
||||||
|
heaven = []
|
||||||
Loading…
Add table
Add a link
Reference in a new issue