

InterviewSolution
Saved Bookmarks
1. |
Write a program to show the ares or a rectangular where user taking input, |
Answer» length=float(input("enter the length :))breath=float(input("enter the breath :))print("the area of the rectangle is :",length*breath) | |