240 发简信
IP属地:湖北
  • 2019-01-27

    画图: def show(image): plt.imshow(image) plt.axis('off') plt.show() image = np.zero...