l = float(input("length: ")) W = float(input("width: ")) H = float(input("height: ")) print("Volume is", l*W*H)