data310

plt.figure()

plt.imshow(train_images[2])

plt.colorbar()

plt.grid(False)

plt.show()

img_2.png