len = int (input("enter length: ")) wid = int (input("enter width: ")) hei = int (input("enter height: ")) print(" Volume is", len*wid*hei)