FLOATINPUTS
def floatInput(caption):
	x = float(input(caption))
	return x

Standard Rahmen
intInput