Answer:
length = input("length of room: ")
width = input("Width of room: ")
Area = float(length) * float(width)
print("Area of room is: ", Area)
3.6m questions
4.6m answers