criticize me: http://dpaste.com/571785/
btw this is ps9
My code is almost exactly the same (so I don't think there is much to criticize here)! However, for def __eq__ in the triangle class, I made it so that triangles were equal if their sides and heights were the same, thus triangles of the same area would be seen as unequal (ex, triangle with ht: 6 and base: 2 would be equal to another triangle w/ ht: 6 and base: 2. But it wouldn't be equal to a triangle with ht: 4 and base: 3). I guess by 'equal', I took it to mean congruent. And the only other difference was that in Shapes(), I set my iterator to None under __init__. But I like how you put it after the code in addShape, that makes sense.
soon... as soon as I get done redoing the horrific and sinister problem 8.4 to my satisfaction:)
thanks for the comments
Join our real-time social learning platform and learn together with your friends!