TypeError: unbound method to_roman() must be called with RomanNumerals instance as first argument (got int instance instead) why is that? I've got: def to_roman(self, n): def from_roman(self, s):
no init(self):
what am i doing wrong?
in link you gave a === 1, in this kata a === 0
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
TypeError: unbound method to_roman() must be called with RomanNumerals instance as first argument (got int instance instead)
why is that?
I've got:
def to_roman(self, n):
def from_roman(self, s):
no init(self):
what am i doing wrong?
in link you gave a === 1, in this kata a === 0
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution