标签: python numpy
有一个值为float的数组,其编写如下:
float
import numpy as np result256 = np.linspace(0, 2, 20)
必须获取值为result 256的{{1}}数组。
result 256
答案 0 :(得分:0)
你的意思是这样吗?
result256str = [] for num in result256: result256str.append(str(num))