I have a pkl file from MNIST dataset, which consists of handwritten digit images.
I\'d like to take a look at each of those digit images, so I need to unpack the pkl fil
The pickle (and gzip if the file is compressed) module need to be used
NOTE: These are already in the standard Python library. No need to install anything new