Can someone help tell me what Tag Error means? (codehs 12.3.6, classes and objects)
The problem is at line 34 of my code,
def __repr__(self):
return "Rectangle with length " + str(self.length) + " and" +
Tell me how to fix it or what is the problem specifically (rest of the code is fine except this).
