diff --git a/Basics/Exercise/17_inheritance/17_inheritance.py b/Basics/Exercise/17_inheritance/17_inheritance.py index b9c860db..db03c6d1 100644 --- a/Basics/Exercise/17_inheritance/17_inheritance.py +++ b/Basics/Exercise/17_inheritance/17_inheritance.py @@ -1,3 +1,6 @@ + + + class Animal: def __init__(self, habitat): self.habitat = habitat