How to calculate with variables in python?

前端 未结 0 1441
死守一世寂寞
死守一世寂寞 2020-12-12 22:24

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题