1 2 3 4 5 6 7 8
def alpha(value): total = value + 1 return total def beta(value): total = value * 2 return total