code wont work because of error: 'float' object is not callable

后端 未结 0 1435
轮回少年
轮回少年 2020-11-21 05:48

a sample of my code is:

1 a = float(a)
2 y = float(y)
3 x = float(x)
4 f = float(f)
5 g = float(g)
6 t = a(y-x) + f
7 if t != g:   ##!= means not = to
         


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