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