typeError: bark() takes 1 positional argument but 2 were given Error when the method defined in class does not have an argument of self
class InitData(): def to_words(self, sentence):
Recommended Posts