To override the perimeter method we just need to add up the three side length's, a, b, and c, and return the sum.
perimeter
a
b
c
Make sure to pick return, followed by +, and finally +.
return
+