I am very confused about what is object and what can behave as an object, see the example I created to illustrate the situation:
def subtrai(x,y):
return (x - y)
class OpeMatematica(object):
def __init__(self, x, y):
self.x =...
asked by
19.01.2016 / 15:16