Add the following method to your Rectangle class: def eq(self, rect). Your method should accept rectangles that have exactly the same x, y, width, and height values, including their state.
Note: You have to test each of your class and methods by giving examples of your calls and counter calls.