le = int(input('Length: ')) wi = int(input('Width: ')) he = int(input('Height: ')) print ('Volume is', le * wi * he)