Например:
Код: Выделить всё
class Calculator(object):
def __init__(self, args):
self.args = args
def subtract_numbers(self, *args):
return ***here is where I need the subtraction function to be****
Подробнее здесь: https://stackoverflow.com/questions/996 ... g-items-in