length = int(input("length ")) Width = int(input("width")) Height = int(input("Height")) print("Volume is" , length * Width * Height)