标签:pytho nbsp 写法 png 图片 python mamicode color http
import numpy as np a=np.array([[ 1000, 100, 10, 1], [35, 9, 1, 5], [22, 12, 3, 2]]) b=np.log10(a) print(b)
结果为
标签:pytho nbsp 写法 png 图片 python mamicode color http
原文地址:https://www.cnblogs.com/qingnvsue/p/13051378.html