object tag

32 questions


3 answers
89 views
0
I'd like to ask you a question about equlas() in Object class

I got confused while reading a book.It's two booksOne book is Book 1 Obejct's equlus () returns the same result as the comparative operator ==. True if the same, false if different. False if it's diff...

2 years ago

1 answers
83 views
0
TypeError: 'int' object is not callable error appears

defk(T, n): #rate constants if n == 1: return Kb * T / h * np.exp(-gibbs / (R * T)) elif n == 2: return Kb * T / h * np.exp(-gibbs1 / (R * T))def ktot(T, n): # Total rate constant _t = 0.0 for m in ...

« - 4 -

© 2024 OneMinuteCode. All rights reserved.