diff --git a/project1 b/project1 index 5742898..b13e7f5 100644 --- a/project1 +++ b/project1 @@ -6,7 +6,7 @@ class VGLUG company: self.id=id self.salary=salary self.phone=phone - +#function def get Employee Details(self): print("name:",self.name) print("Age:",self.age)