Python - Object-Oriented Programming Foundations
You want to create a class
Rectangle that stores width and height, and has a method area returning the area. Which code correctly implements this?