I have this definition in python:
def fallen(fall, Sekunden): a=0 for i in range(Sekunden): c = i + 1 b= c * fall a=a+b re