## comment this two lines to remove errors import xml.dom.minidom print xml.dom.minidom.parseString("""""") class Hello : def __init__ (self, base) : self.base = base def add (self, nbr) : return nbr + self.base