Skip to main content

Hello!

I have point next to each other with a slope value between two neighbor points. Now I want to average these values with a loop, like:

for n in range(num):
    numbers = float(input('Enter number : '))
    total_sum += numbersavg = total_sum/num

Can you help me to put it in practice with FME

Why not use the cumulative port on the Statistics Calculator?


Why not use the cumulative port on the Statistics Calculator?

Oh, thanks! I was sooo narrow-minded with python :)


Reply