Width = input ("What is the width of the room in metres?\n") Length = input ("What is the Length of the room in metres?\n") Height = input ("What is the height of the room in metres?\n")\ Width = float(Width) Length = float(Length) Height = float(Height) area = 5