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