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