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