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