height = int(input ("Enter Height: ")) Width = int(input ("Enter Width: ")) Height = int(input("Enter Height: ")) print ("Volume is",height*Width*Height)