module 'sympy' has no attribute 'Symbols' x=sympy.Symbol(‘x’) x,y=sympy.symbols(‘x y’) 憨憨,看清大小写,注意单复数。