diff --git a/an.py b/an.py index 1a8d7c2..80b93a9 100644 --- a/an.py +++ b/an.py @@ -1,4 +1,4 @@ -class VGLUGcompany: +class VGLUG: def _init_(self,name,age,id,salary,phone): self.name=name self.age=age @@ -13,5 +13,5 @@ def getEmployeeDetails(self): print("Salary:",self.salary) print("Phone:",self.phone) -Vcom=VGLUGcompany("BHARATHI",20,1005,650000,8124814525) -Vcom.getEmployeeDetails() \ No newline at end of file +Vglug=VGLUG("BHARATHI",20,1005,650000,8124814525) +Vglug.getEmployeeDetails()