length = (input("Enter the length: ")) width = (input("Enter the width: ")) height = (input("Enter the height: ")) print("Volume is", length * width * height)