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