diff --git a/an.py b/an.py index 1a8d7c2..b785843 100644 --- a/an.py +++ b/an.py @@ -1,3 +1,4 @@ +#python program class VGLUGcompany: def _init_(self,name,age,id,salary,phone): self.name=name @@ -14,4 +15,4 @@ def getEmployeeDetails(self): print("Phone:",self.phone) Vcom=VGLUGcompany("BHARATHI",20,1005,650000,8124814525) -Vcom.getEmployeeDetails() \ No newline at end of file +Vcom.getEmployeeDetails()