Hello guys, I really need help with this one. Can you please help me create a program in Python that displays information about a rectangle of any size.
Input: two mouse clicks for the opposite corners of a rectangle
Output: Draw the rectangle. Print the perimeter and area of the rectangle
Formulas: Area = (length)(width)
Perimeter =2(length+width)
Please help I just started using Python,