L=int(input("Length: ")) W=int(input("Width: ")) H=int(input("Height: ")) print("Volume is", L*W*H)