I do not understand the message:
An instance of the Square class should have a different string representation after setting new values by using
.set_width() or set_height()
I do not understand the message:
An instance of the Square class should have a different string representation after setting new values by using
.set_width() or set_height()
To remain a square, the height and width need to remain equal.
If you adjust the width, you also need to adjust the height.