def quadruple_input(item): total = 0 for i in range(4): total += item return total