【发布时间】:2017-10-22 04:43:03
【问题描述】:
我不断收到此错误。 TypeError: 'str' 对象不可调用
我搜索了所有代码,但我什至没有在任何地方使用 str 这个词。
if again():
print ('%s LAST: %s') % (k, tx)
m = 1
k = 0.001
amount = k / 0.00000001
amount = int(amount)
print ('Doing %s k') % k
do(amount, int(m)) # The error occurs here
else:
#code
【问题讨论】: