From 7fd441c1b5fd080b36d7d77ff9249cfd8018a5a2 Mon Sep 17 00:00:00 2001 From: assrafali2005-cmd Date: Sun, 26 Oct 2025 13:22:26 +0530 Subject: [PATCH] Rename class VGLUGcompany to VGLUG --- an.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()