• + 0 comments

    My python solution:

    def computeDifference(self):
            self.maximumDifference = max(self.__elements) - min(self.__elements)