Length = int(input( "Length: " ) ) Width = int(input( "Width: " ) ) Height = int(input( "Height:" ) ) print("Volume is", Length * Width * Height)