I keep getting this error. TypeError: 'str' object is not callable
I searched all my code and I don't even use the word str anywhere.
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
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…