为什么当var为< 0?
def lerp(numb1, numb2, timer): for i in range(timer): timer -= 1 print(timer) print(lerp(50, 10, 5000))
我正在尝试为我的 lerp 倒计时