length = int(input("enter a length")) width = int(input("enter a width")) height = int(input("enter a height")) print("volume is", height * width * length)