python program that handles exceptions
Need assistance writing a program in Python that reads the dimension of a rectangle and prints its area. The program must also handle errors such as invalid inputs. If it encounters an error, it should ask the user to reenter the input. Assignment instructions with a sample run attached.