Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 13 Online
OpenStudy (anonymous):

In problem set 9, #1 I have to make a Triangle class. They say that the Triangle is initialized with a base and high. Does that means that I should creat two instances, high and base? Here is a part of my code: class Triangle(Shape): def __init__(self,base,high): """ base and high of a triangle """ self.base=float(base) self.high=float(high) The main question is, just with these two instances I can't test equality of triangles

OpenStudy (anonymous):

yes

OpenStudy (anonymous):

so is that what I should do? http://codepad.org/vWeN8pN0

OpenStudy (anonymous):

did you test it? looks like it works to me http://codepad.org/dwJFDrLX

OpenStudy (anonymous):

Thanks a lot man!! :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!