Python - Methods and Behavior Definition
You want to create a method
calculate_area that takes two parameters width and height and returns their product. Which code correctly implements this?