nihal - 2021-03-15

I want to solve the differential equation using PYTHON.Net in DWSim using odeint
import math
def dehyd (y,z)
.
.
.
k0=value
Ea=value
k=k0math.exp (-Ea/(RT))
.
.
.
return()

Error- math function is not defined
why it is showing as an error