INTINPUT
def intInput(caption):
	x = float(input(caption))
	return x

floatInputs
openfile (Read)