print(np.exp2(lst)) 可以运行 print(np.exp3(lst)) 报错,AttributeError: module 'numpy' has no attribute 'exp3'
numpy 模块中没有exp3()属性。如果想实现该功能,需要自己编码。
属性值 不对