print(np.polyld([2,1,3]))
AttributeError: module 'numpy' has no attribute 'polyld'
polyld,是poly1d,d前面是数字1,不是小写字母L