10 Vc=Vs(1-(10**(-t/T))) 11 Vc TypeError: 'int' object is not callable

前端 未结 0 1008
有刺的猬
有刺的猬 2021-01-21 00:41
R=10000
C=1*(10**(-6))
Vs=10

T=R*C
print(T)

t=float(input("input the number"))

Vc=Vs(1-(10**(-t/T)))
Vc

the int object is not callable erro

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