python中可以通过sympy库的limit(f(x),x,x0)表示x→x0 时 f(x)的取值,即 limx→x0f(x)(其中∞在sympy中用两个小写字母“o”表示)
limit(f(x),x,x0)