lengh = int(input("whats the height")) width = int(input ("whats the width")) height = int(input("whats the length")) print ("Volume is", lengh * width * height)