Next, we'll finish the getArea() method. Add self.base, *, and then self.height.
getArea()
self.base
*
self.height
Make sure to type self.base * self.height.
self.base * self.height