class Employee: def int(self, X, Y):
self.X = int(X) self.Y = int(Y) \'\'\'def getX(self): return self.X def getY(self): re