标签: python python-3.x numpy
我已经写了这个小代码,我问我是否可以将其构建得更整洁:
x = np.array([[i, j] for i in range(10) for j in range(10)])
我希望有更好的选择...