From 677169daa2ec6c53ebe6b1e4c14ddf9e853c457e Mon Sep 17 00:00:00 2001 From: codeAD53 Date: Tue, 22 Oct 2024 18:08:09 +0530 Subject: [PATCH] Update 04_constructor.py --- Chapter 10/04_constructor.py | 1 - 1 file changed, 1 deletion(-) 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