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