hello @lucentdan , just wanted to know how you calculate this value and why it is always constent over temperature. in this function. ``` def standardGibbsChangeSolid(temperature): return (-907100 + 175*temperature) ``` H = -907100 --> ok S = 175 --> didnt understand how? Can you please explain please??