diff --git a/Chapter 10/04_constructor.py b/Chapter 10/04_constructor.py index 6599e69..9402c78 100644 --- a/Chapter 10/04_constructor.py +++ b/Chapter 10/04_constructor.py @@ -21,4 +21,3 @@ def greet(): # harry.name = "Harry" print(harry.name, harry.salary, harry.language) -rohan = Employee() \ No newline at end of file