length = int(input('Lenght: ')) Width = int(input('Width: ')) Height = int(input('Height: ')) volume = Height*Width*length print("Volume is", volume)