Length = int(input("Length: " )) width = int(input("Width: " )) Height = int(input("Height: " )) print( "Volume is", Length*width*Height )